Catalog
Mindmaps
Officialby cloudmindmaps
Create and read mind maps on CloudMindMaps from Claude and other AI assistants.
Create and read mind maps on CloudMindMaps from Claude and other AI assistants.
README not available yet.
Install
Configuration
Environment variables
CLOUDMINDMAPS_API_KEYrequiredsecretYour CloudMindMaps API key. Generate one while signed in at https://cloudmindmaps.app (see the MCP setup guide).
CLOUDMINDMAPS_API_URLdefault https://cloudmindmaps.appBase URL of the CloudMindMaps API. Defaults to https://cloudmindmaps.app.
claude_desktop_config.json
{
"mcpServers": {
"mindmaps": {
"command": "npx",
"args": [
"-y",
"cloudmindmaps-mcp@1.1.0"
],
"env": {
"CLOUDMINDMAPS_API_KEY": "<YOUR_CLOUDMINDMAPS_API_KEY>",
"CLOUDMINDMAPS_API_URL": "https://cloudmindmaps.app"
}
}
}
}