Skip to content
Zed

anytype mcp for Zed

io.github.anyproto/anytype-mcp

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

client:Zed transport:stdio runtime:npm

Install anytype mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "anytype-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@anyproto/anytype-mcp"
      ],
      "env": {
        "OPENAPI_MCP_HEADERS": "<OPENAPI_MCP_HEADERS>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

anytype mcp in other clients