Skip to content

Anytype

Free

by MCP Community

Official MCP server for Anytype API

v1.2.5Added Apr 12, 2026
anytypeapimcpserver
Works with:ClaudeGPTGeminiCopilot

Anytype MCP Server

Official MCP server for Anytype API

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @anyproto/anytype-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "anytype": {
      "command": "npx",
      "args": ["-y", "@anyproto/anytype-mcp"]
    }
  }
}