A self-hosted, token-scoped Model Context Protocol server for AppFlowy. It gives AI agents tools to read and edit your AppFlowy workspaces while bounding each client to exactly the pages you allow via per-token tree-shaped scopes.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.APPFLOWY_MCP_TOKENS— e ='[{"token":"sk-full","scopes":[]}]' \APPFLOWY_MCP_CONFIG— Optional path to a YAML/JSON config fileAPPFLOWY_BASE_URL— 1. Backend auth (one service account). +APPFLOWY_EMAIL— /APPFLOWY_PASSWORD (or a pre-minted APPFLOWY_ACCESS_TOKEN).APPFLOWY_PASSWORD— APPFLOWY_EMAIL/ (or a pre-minted APPFLOWY_ACCESS_TOKEN).APPFLOWY_ACCESS_TOKEN— APPFLOWY_EMAIL/APPFLOWY_PASSWORD (or a pre-minted ).APPFLOWY_MCP_HOST— / APPFLOWY_MCP_PORT / APPFLOWY_MCP_PATH Listen address (default 0.0.0.0:8000/mcp)APPFLOWY_MCP_PORT— APPFLOWY_MCP_HOST / / APPFLOWY_MCP_PATH Listen address (default 0.0.0.0:8000/mcp)APPFLOWY_MCP_PATH— APPFLOWY_MCP_HOST / APPFLOWY_MCP_PORT / Listen address (default 0.0.0.0:8000/mcp)APPFLOWY_MCP_FOLDER_CACHE_TTL— Seconds to cache folder trees for scope checks (default 15)APPFLOWY_MCP_LOG_LEVEL— INFO (default), DEBUG, …[](https://m8ven.ai/mcp/careemer-appflowy-mcp-112tej)