Productivity|Development|AI / ML|Cloud|DatabaseTypeScript

affine-mcp-server

A Model Context Protocol (MCP) server that integrates with AFFiNE, exposing workspaces and documents to AI assistants.

Free
N/A rating (0 reviews)0 installs140 GitHub stars
MCPAFFiNEAI

This server manages AFFiNE workspaces and documents through MCP, allowing for operations such as creating, reading, updating, and deleting workspaces and documents. It supports both stdio and HTTP transport methods for remote deployments and offers various authentication methods.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "affine-mcp-server-1": {
      "args": [
        "-y",
        "affine-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.