Loading MCP server directory, please wait...
Create and read mind maps on CloudMindMaps from Claude and other AI assistants.
npx @getmcp/cli add app.cloudmindmaps/mindmapsRequires Node.js 18+. Community-contributed server. Review source before installing.
CLOUDMINDMAPS_API_KEYYour CloudMindMaps API key. Generate one while signed in at https://cloudmindmaps.app (see the MCP setup guide).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"app.cloudmindmaps/mindmaps": {
"command": "npx",
"args": [
"-y",
"cloudmindmaps-mcp"
],
"env": {
"CLOUDMINDMAPS_API_KEY": "",
"CLOUDMINDMAPS_API_URL": "https://cloudmindmaps.app"
}
}
}
}