The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the MindMap AI listing page.
Create, edit, and export mind maps from Claude, ChatGPT, and any AI assistant that supports MCP.
Server URL: https://mindmapai.app/mcp
Claude Directory · ChatGPT App · Help Center · Guides
MindMap AI runs a hosted remote MCP server at https://mindmapai.app/mcp. There is nothing to install or run locally. You add the URL to your MCP client, sign in with your MindMap AI account, and start asking your assistant to build mind maps.
This repository holds the documentation, tool reference, and client configuration examples for that server. It does not contain the server source code, and the server is not self-hostable.
Once connected, you can ask your AI assistant to:
Everything you create is saved to your MindMap AI account. Open any map at mindmapai.app to keep editing on the full canvas.
https://mindmapai.app/mcp as a remote MCP server in your client (see client setup below).MindMap AI is listed in the Claude connector directory. Open Settings → Connectors, find MindMap AI, and click Connect. Or go directly to claude.ai/directory/mindmap-ai.
Guide: How to use MindMap AI in Claude
MindMap AI is listed as a ChatGPT app. Add it from the ChatGPT app directory or from your apps settings.
Guide: How to use MindMap AI in ChatGPT
Then run /mcp inside Claude Code to complete sign-in.
Add to ~/.codex/config.toml:
Guide (Claude Code and Codex): Turn a codebase into a living architecture map
Add to .cursor/mcp.json (project) or ~/.cursor/mcp.json (global):
Add to .vscode/mcp.json:
Add to ~/.codeium/windsurf/mcp_config.json:
Notion AI → connections → add a custom MCP server → paste https://mindmapai.app/mcp.
Guide: How to use MindMap AI in Notion
Gemini → Spark → custom apps → paste https://mindmapai.app/mcp. Requires a paid Google AI plan.
Guide: How to use MindMap AI in Gemini
Customize → Connectors → + Custom connector → Add MCP connector → paste https://mindmapai.app/mcp. Requires a paid Perplexity plan.
Guide: How to use MindMap AI in Perplexity
If your client supports remote MCP servers with OAuth sign-in, add https://mindmapai.app/mcp and follow the sign-in prompt. The server uses dynamic client registration, so no pre-registration is needed.
Copy-paste config files for the clients above are in examples/.
The server exposes 20 tools. The flags below match the readOnlyHint, destructiveHint, and openWorldHint annotations the server declares, so what your client shows about each tool matches this table.
| Tool | What it does | Read-only | Destructive | External fetch |
|---|---|---|---|---|
list_projects | Lists and searches your projects | Yes | No | No |
get_canvas | Returns the full canvas of a project | Yes | No | No |
get_schema | Returns schema reference for tool payloads | Yes | No | No |
export_project | Returns a project as an inline export | Yes | No | No |
create_project | Creates a new project, optionally seeded from an outline | No | No | Yes |
add_nodes | Adds nodes to an existing project | No | No | Yes |
update_nodes | Edits node topics and attributes | No | Yes | Yes |
move_nodes | Reparents or reorders nodes (subtrees stay intact) | No | No | No |
delete_nodes | Deletes selected nodes and their subtrees | No | Yes | No |
add_arrows | Adds relationship arrows between nodes | No | No | No |
update_arrows | Edits arrow endpoints, labels, or styling | No | Yes | No |
delete_arrows | Deletes selected arrows | No | Yes | No |
add_summaries | Adds summary brackets over sibling nodes | No | No | No |
update_summaries | Edits summary text, range, or styling | No | Yes | No |
delete_summaries | Deletes selected summaries | No | Yes | No |
set_title | Renames a project and updates its categories | No | Yes | No |
set_theme | Changes the project theme | No | Yes | No |
set_chart_type | Switches between Mind Map, Logic Chart, and Org Chart | No | Yes | No |
update_canvas | Applies ordered raw canvas operations | No | Yes | Yes |
delete_project | Permanently deletes a project from your workspace | No | Yes | No |
External fetch means the tool can download a user-supplied public image URL and store a copy in your project (for node images). This is the only case where the server contacts an address outside MindMap AI.
Use-case guides:
delete_project and delete_nodes are permanent, the same as deleting in the web app. Ask your assistant to confirm first.Full details for IT administrators: mindmapai.app/help/mcp-connector
Map content is stored in your MindMap AI account under our Privacy Policy. We do not use your map content to train AI models. Your conversations with the host assistant (Claude, ChatGPT, and others) are governed by that provider's own terms.
| Problem | Fix |
|---|---|
| Assistant says it can't reach MindMap AI | Check the connector is still connected in your client. Reconnect if expired. |
| An edit didn't apply | Ask the assistant to show the current map, then repeat the instruction with the exact node name. |
| Out of credits | Creation and edits pause at zero. Viewing and exporting still work. Credits renew monthly, or upgrade. |
| Connected the wrong account | Disconnect in your client, then reconnect with the right account. |
More: Help Center
MindMap AI is built by 3axislabs, Inc., a Delaware corporation. Web, iOS, and Android apps at mindmapai.app.
The contents of this repository (documentation and configuration examples) are released under the MIT License. The MindMap AI name, logo, and hosted service are proprietary and are not covered by that license.