mindmaps for Claude Desktop
app.cloudmindmaps/mindmaps
Create and read mind maps on CloudMindMaps from Claude and other AI assistants.
client:Claude Desktop
transport:stdio
runtime:npm
Install mindmaps in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mindmaps": {
"command": "npx",
"args": [
"-y",
"cloudmindmaps-mcp"
],
"env": {
"CLOUDMINDMAPS_API_KEY": "<CLOUDMINDMAPS_API_KEY>",
"CLOUDMINDMAPS_API_URL": "<CLOUDMINDMAPS_API_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs