Open-source MCP server for AppFlowy Cloud — let AI agents read, build, and edit your workspace (databases, pages, rows, blocks) over Google OAuth or a token.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"appflowy-mcp-server": {
"command": "uvx",
"args": [
"appflowy-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add appflowy-mcp-server uvx appflowy-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"appflowy-mcp-server": {
"command": "uvx",
"args": [
"appflowy-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install appflowy-mcp-server