data-ai MCP Server
An MCP server enabling AI assistants to interact with Anytype - your encrypted, local and collaborative wiki - to organize objects, lists, and more through natural language.
Discovered via unknown and last synced 3mo ago.
1. Install the package
npx -y @anyproto/anytype-mcp
2. Add to claude_desktop_config.json
{
"mcpServers": {
"-anyproto-anytype-mcp": {
"command": "npx",
"args": [
"@anyproto/anytype-mcp"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)