anytype mcp for Claude Desktop
io.github.anyproto/anytype-mcp
Official MCP server for Anytype API - your encrypted, local and collaborative wiki.
client:Claude Desktop
transport:stdio
runtime:npm
Install anytype mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"anytype-mcp": {
"command": "npx",
"args": [
"-y",
"@anyproto/anytype-mcp"
],
"env": {
"OPENAPI_MCP_HEADERS": "<OPENAPI_MCP_HEADERS>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs