LogoSTMCP
Download
anytype-mcp

Anytype MCP Server

Anytype MCP Server enables AI assistants to seamlessly interact with Anytype's API through natural language, converting OpenAPI specifications into MCP tools for knowledge base management.

Tools

Search globally or within specific spaces in Anytype.

2. Spaces & Members

Manage spaces and their members.

3. Objects & Lists

Create and manage objects and lists.

4. Properties & Tags

Handle object properties and tags.

5. Types & Templates

Work with object types and templates.

Open Graph image for Anytype MCP Server

JSON Config

{
  "mcpServers": {
    "anytype": {
      "command": "npx",
      "args": ["-y", "@anyproto/anytype-mcp"],
      "env": {
        "OPENAPI_MCP_HEADERS": "{\"Authorization\":\"Bearer <YOUR_API_KEY>\", \"Anytype-Version\":\"2025-05-20\"}"
      }
    }
  }
}

Information