← Index

io.github.anyproto/anytype-mcp

io.github.anyproto/anytype-mcp·v1.0.7·Other
Quality Score
70
/100

Official MCP server for Anytype API - your encrypted, local and collaborative wiki.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "anytype-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@anyproto/anytype-mcp"
      ],
      "env": {
        "OPENAPI_MCP_HEADERS": "<your-openapi_mcp_headers>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "anytype-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@anyproto/anytype-mcp"
      ],
      "env": {
        "OPENAPI_MCP_HEADERS": "<your-openapi_mcp_headers>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @anyproto/anytype-mcp
§02  Environment variables
OPENAPI_MCP_HEADERS
requiredsecret

JSON string of headers for Anytype API. Example: {"Authorization":"Bearer <YOUR_API_KEY>", "Anytype-Version":"2025-05-20"}

§03  MCP Quality Score  ·  methodology
freshness
10
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other