MCP Catalogs
Home

anytype-mcp

by anyproto·420·Score 50

MCP server for AI assistants to interact with Anytype's encrypted wiki through natural language commands.

knowledge-graphproductivitysecurity
44
Forks
15
Open issues
this month
Last commit
2d ago
Indexed

Overview

The anytype-mcp server bridges AI assistants with Anytype, an encrypted local and collaborative wiki. It converts Anytype's OpenAPI specification into MCP tools, enabling users to organize objects, lists, and spaces through conversation. The server provides comprehensive access to core Anytype features including global search, space management, object operations, properties, tags, and templates.

Try asking AI

After installing, here are 7 things you can ask your AI assistant:

you:Create and organize project spaces and tasks through conversational commands
you:Search and retrieve information across your encrypted knowledge base
you:Manage team collaboration by controlling spaces, members, and object permissions
you:Automate knowledge management workflows using AI assistants
you:What is Anytype?
you:Can I use this MCP server with AI assistants other than Claude?
you:Is my data secure when using this MCP server?

When to choose this

Choose this MCP server if you use Anytype as your primary knowledge management system and want to interact with it through AI assistants without switching contexts.

When NOT to choose this

Don't choose this if you don't use Anytype, as it requires an Anytype installation and API key for functionality.

Tools this server exposes

12 tools extracted from the README
  • create_space

    Create a new space in Anytype

  • add_object

    Add a new object to a space in Anytype

  • create_collection

    Create a new collection in Anytype

  • global_search

    Search globally across all spaces in Anytype

  • space_search

    Search within a specific space in Anytype

  • get_spaces

    Retrieve all available spaces in Anytype

  • get_members

    Get members of a specific space

  • get_object

    Retrieve a specific object by ID

  • update_object

    Update an existing object in Anytype

  • get_types

    Retrieve available object types in Anytype

  • get_properties

    Get available properties for a specific type

  • create_tag

    Create a new tag in Anytype

Note: Tool names inferred from features and example interactions described in the README. The README mentions capabilities but doesn't provide explicit tool documentation or API signatures.

Comparable tools

notion-mcpobsidian-mcpmemex-mcp

Installation

Installation

Get Your API Key

  1. Open Anytype
  2. Go to App Settings
  3. Navigate to API Keys section
  4. Click on Create new button

Configure Claude Desktop

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

Alternative: Global Installation

npm install -g @anyproto/anytype-mcp

Then update your MCP configuration to use command: "anytype-mcp" instead of npx.

FAQ

What is Anytype?
Anytype is an encrypted, local and collaborative wiki that allows you to organize your knowledge base in a private and secure environment.
Can I use this MCP server with AI assistants other than Claude?
Yes, this MCP server is compatible with any MCP client that supports the protocol, including Cursor, Windsurf, Raycast, and others.
Is my data secure when using this MCP server?
Yes, all interactions with Anytype through this MCP server are encrypted, and the server can be configured to run locally with your API key.

Compare anytype-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.