Affine
Freeby MCP Community
Model Context Protocol server for AFFiNE - enables AI assistants to interact with AFFiNE workspaces, documents, and collaboration features.
v1.13.0Added Apr 12, 2026
mcpaffinemodel-context-protocolaiclaude
Affine MCP Server
Model Context Protocol server for AFFiNE - enables AI assistants to interact with AFFiNE workspaces, documents, and collaboration features.
Installation
Reviews
Installation
Quick install
npx -y affine-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"affine": {
"command": "npx",
"args": ["-y", "affine-mcp-server"]
}
}
}