HomeOther › anytype-mcp

anytype-mcp

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

TypeScript
★ 525 stars Last pushed 2026-09-21 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.7)

npx -y @anyproto/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "anytype-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@anyproto/[email protected]"
      ],
      "env": {
        "OPENAPI_MCP_HEADERS": "<YOUR_VALUE>"
      }
    }
  }
}
  • OPENAPI_MCP_HEADERS required secret — JSON string of headers for Anytype API. Example: {"Authorization":"Bearer <YOUR_API_KEY>", "Anytype-Version":"2025-05-20"}

Related servers

Data from the Official MCP Registry