{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_3bqcupdv3bmw","handle":"appflowy-mcp","url":"https://wellknown.network/agents/appflowy-mcp","links":{"self":"https://wellknown.network/agents/appflowy-mcp/record.json","html":"https://wellknown.network/agents/appflowy-mcp","markdown":"https://wellknown.network/agents/appflowy-mcp/record.md","api":"https://wellknown.network/api/v1/agents/appflowy-mcp","status":"https://wellknown.network/api/v1/agents/appflowy-mcp/status","claim":"https://wellknown.network/agents/appflowy-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/appflowy-mcp/claim.json","badge":"https://wellknown.network/agents/appflowy-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:appflowy-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"appflowy-mcp","summary":"AppFlowy MCP server for workspace, space, page, database, and row operations","description":"# AppFlowy MCP\n\nAn MCP server and CLI for [AppFlowy](https://github.com/appflowy-io/appflowy) with 73 tools covering workspaces, spaces, pages, page content, Markdown import and export, databases, rows, search, members and invitations, publishing, quick notes, file upload, and AI chat.\n\n## Requirements\n\n- Python 3.14\n- uv\n- AppFlowy account credentials\n\n## Installation\n\nThe package is published on PyPI as [`appflowy-mcp`](https://pypi.org/project/appflowy-mcp/), so all clients can run it with `uvx appflowy-mcp`. Pick your client below.\n\n### Claude Code\n\n```bash\nclaude mcp add appflowy \\\n  -e APPFLOWY_EMAIL=your-email \\\n  -e APPFLOWY_PASSWORD=your-password \\\n  -- uvx appflowy-mcp\n```\n\n### Codex\n\n```bash\ncodex mcp add appflowy \\\n  --env APPFLOWY_EMAIL=your-email \\\n  --env APPFLOWY_PASSWORD=your-password \\\n  -- uvx appflowy-mcp\n```\n\n### Other MCP Clients\n\nAny client that supports stdio MCP servers can use this JSON config (Claude Desktop, Cursor, Windsurf, etc.):\n\n```json\n{\n  \"mcpServers\": {\n    \"appflowy\": {\n      \"command\": \"uvx\",\n      \"args\": [\"appflowy-mcp\"],\n      \"env\": {\n        \"APPFLOWY_EMAIL\": \"your-email\",\n        \"APPFLOWY_PASSWORD\": \"your-password\"\n      }\n    }\n  }\n}\n```\n\n### Local Source (Development)\n\nWhen developing from a cloned repository, replace `uvx appflowy-mcp` with `uv run` against your checkout. For example with Claude Code:\n\n```bash\nclaude mcp add appflowy \\\n  -e APPFLOWY_EMAIL=your-email \\\n  -e APPFLOWY_PASSWORD=your-password \\\n  -- uv run --project /path/to/appflowy_mcp appflowy-mcp\n```\n\n## Environment Variables\n\nSet these environment variables:\n\n```text\nAPPFLOWY_EMAIL=your-email@example.com\nAPPFLOWY_PASSWORD=your-password\n```\n\nWith these variables set, tools automatically log in on first use. `appflowy_login` is still available when you want to provide credentials explicitly.\n\nFor self-hosted AppFlowy, also set the base URL:\n\n```text\nAPPFLOWY_BASE_URL=http://localhost:8000\n```\n\nIf omitted, `APPFLOWY_BASE_URL` defaults to `https://beta.ap…","publisher":null,"homepage":"https://github.com/weironz/appflowy_mcp","repository":"https://github.com/weironz/appflowy_mcp","version":"0.7.3","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:appflowy-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi"}},"derived":{"capabilities":[{"slug":"dev.version-control","name":"Version Control","confidence":0.825,"provenance":"derived"},{"slug":"dev.package-management","name":"Packages & Dependencies","confidence":0.768,"provenance":"derived"}],"categories":["dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"appflowy-mcp","registry":"pypi","observedAt":"2026-09-09T09:24:56.788Z","publishedAt":"2026-07-23T04:32:08.640173Z","latestVersion":"0.7.3"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"appflowy-mcp","url":"https://pypi.org/project/appflowy-mcp/","firstSeenAt":"2026-09-09T09:23:13.501Z","fetchedAt":"2026-09-09T09:23:13.501Z","normalizedAt":"2026-09-09T09:23:13.501Z"}]},"firstSeenAt":"2026-09-09T09:23:13.501Z","updatedAt":"2026-09-09T09:24:56.788Z"}