AppFlowy MCP server for workspace, space, page, database, and row operations
Connect Appflowy to Claude, Cursor or any other MCP client and it stops being a tab you switch to. AppFlowy MCP server for workspace, space, page, database, and row operations. The appflowy mcp server is what makes that connection.
An MCP server and CLI for 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.
Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Codex — The Codex tool exposed by this serverAuthentication — The Authentication tool exposed by this serverPages — AppFlowy has no bulk-sort endpoint; sibling order is controlled by the move endpoint's prev_view_id. appflowy_reorder_pages builds on it to reorderSearch — Full-text search across a workspace. Newly written content can take a short while to appear while the server indexes itPublishing — appflowy_publish_page returns the publish info (namespace and publish name) for building the public URL. On older server deployments that lack theConfiguration is passed through the environment: APPFLOWY_EMAIL, APPFLOWY_PASSWORD, APPFLOWY_BASE_URL, UV_PUBLISH_TOKEN. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Plenty of database access servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Appflowy's toolset — Codex, Authentication, Pages and 2 more — is a fair guide to whether it matches your workflow.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Codex | The Codex tool exposed by this server. |
| Authentication | The Authentication tool exposed by this server. |
| Pages | AppFlowy has no bulk-sort endpoint; sibling order is controlled by the move endpoint's prev_view_id. appflowy_reorder_pages builds on it to reorder all direct children of a space or page in one call — pass an explicit pa |
| Search | Full-text search across a workspace. Newly written content can take a short while to appear while the server indexes it. |
| Publishing | appflowy_publish_page returns the publish info (namespace and publish name) for building the public URL. On older server deployments that lack the list endpoint, appflowy_list_published_views falls back to walking the wo |
{
"mcpServers": {
"appflowy": {
"command": "uvx",
"args": ["appflowy-mcp"],
"env": {
"APPFLOWY_EMAIL": "your-email",
"APPFLOWY_PASSWORD": "your-password"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| APPFLOWY_EMAIL | Configuration value read at startup. | Optional |
| APPFLOWY_PASSWORD | Configuration value read at startup. | Optional |
| APPFLOWY_BASE_URL | Endpoint or connection string the server talks to. | Yes |
| UV_PUBLISH_TOKEN | Credential the server authenticates with. | Yes |
Read-only SQL access to Postgres — let your assistant inspect schemas and answer questions from real data.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Official MongoDB server covering data, schemas and Atlas management — from find queries to spinning up clusters.
Serverless Postgres with database branching — point your assistant at Neon and let it work on disposable copies.