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.
Search globally or within specific spaces in Anytype.
Manage spaces and their members.
Create and manage objects and lists.
Handle object properties and tags.
Work with object types and templates.
{
"mcpServers": {
"anytype": {
"command": "npx",
"args": ["-y", "@anyproto/anytype-mcp"],
"env": {
"OPENAPI_MCP_HEADERS": "{\"Authorization\":\"Bearer <YOUR_API_KEY>\", \"Anytype-Version\":\"2025-05-20\"}"
}
}
}
}