Create, search, edit, style, and export visual mind maps directly from AI assistants using the MindMap AI MCP server.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MindMap AI.
list_projectsLists and searches your projects
get_canvasReturns the full canvas of a project
get_schemaReturns schema reference for tool payloads
export_projectReturns a project as an inline export
create_projectCreates a new project, optionally seeded from an outline
add_nodesAdds nodes to an existing project
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.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mindmap-ai)<a href="https://allmcps.com/mcp/mindmap-ai"><img src="https://allmcps.com/api/badge/mindmap-ai?style=directory" alt="MindMap AI on AllMCPs" /></a>