Appflowy-MCP-Server

Rahulk644/Appflowy-MCP-Server
★ 3 stars Python AI/LLM Updated 10d ago
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.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "appflowy-mcp-server": {
      "command": "uvx",
      "args": [
        "appflowy-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install appflowy-mcp-server

Topics

ai-agentsappflowyclaudefastmcpllmmcpmodel-context-protocol