Skip to content
VS Code

anytype mcp for VS Code

io.github.anyproto/anytype-mcp

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

client:VS Code transport:stdio runtime:npm

Install anytype mcp in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "openapi-mcp-headers",
      "description": "OPENAPI_MCP_HEADERS",
      "password": true
    }
  ],
  "servers": {
    "anytype-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@anyproto/anytype-mcp"
      ],
      "env": {
        "OPENAPI_MCP_HEADERS": "${input:openapi-mcp-headers}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

anytype mcp in other clients