Odel
anytype mcp

anytype mcp

Local
@anyproto517TypeScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@anyproto/anytype-mcpv1.0.7

Run

npx -y @anyproto/anytype-mcp

MCP client config

{
  "mcpServers": {
    "anytype-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@anyproto/anytype-mcp"
      ]
    }
  }
}