Model Context Protocol server for AFFiNE. Connect AI assistants to AFFiNE workspaces, documents, databases, and collaboration APIs over stdio or HTTP.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"affine-mcp-server": {
"command": "npx",
"args": [
"-y",
"DAWNCR0W/affine-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add affine-mcp-server npx -y DAWNCR0W/affine-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"affine-mcp-server": {
"command": "npx",
"args": [
"-y",
"DAWNCR0W/affine-mcp-server"
]
}
}
}