anytype-mcp
by anyproto·★ 420·Score 50
MCP server for AI assistants to interact with Anytype's encrypted wiki through natural language commands.
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:
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 READMEcreate_spaceCreate a new space in Anytype
add_objectAdd a new object to a space in Anytype
create_collectionCreate a new collection in Anytype
global_searchSearch globally across all spaces in Anytype
space_searchSearch within a specific space in Anytype
get_spacesRetrieve all available spaces in Anytype
get_membersGet members of a specific space
get_objectRetrieve a specific object by ID
update_objectUpdate an existing object in Anytype
get_typesRetrieve available object types in Anytype
get_propertiesGet available properties for a specific type
create_tagCreate 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
Installation
Installation
Get Your API Key
- Open Anytype
- Go to App Settings
- Navigate to API Keys section
- Click on
Create newbutton
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-mcpThen 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
Last updated · Auto-generated from public README + GitHub signals.