MAB2908/anytype-mcp-plus
Enhanced MCP server for Anytype — 34 tools for full CRUD on spaces, objects, types, properties, tags, templates and collections
Platform-specific configuration:
{
"mcpServers": {
"anytype-mcp-plus": {
"command": "npx",
"args": [
"-y",
"anytype-mcp-plus"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
An enhanced MCP (Model Context Protocol) server for Anytype — the local-first knowledge management app. Provides 34 tools for full CRUD operations on spaces, objects, types, properties, tags, templates, and collections via the Anytype REST API.
[](https://www.npmjs.com/package/anytype-mcp-plus) [](LICENSE) [](https://nodejs.org) [](https://anytype.io)
---
This server lets AI assistants (Claude, etc.) interact with your Anytype workspace via natural language:
> "Find all my tasks tagged 'anytype' sorted by creation date" > "Create a new page with this content and tag it as a project" > "Add a property 'Priority' to the type 'Task' with tags High, Normal, Low"
It extends the official anyproto/anytype-mcp and builds on cryptonahue/mcp-anytype with:
---
---
npm install -g anytype-mcp-plusgit clone https://github.com/MAB2908/anytype-mcp-plus.git
cd anytype-mcp-plus
npm install
npm run build---
Loading reviews...