MCP servers
Expose MapMind tools to Claude, ChatGPT, Cursor, and Windsurf via the Model Context Protocol.
MapMind ships a first-party MCP server under /mcp. Once enabled, any MCP-compatible client can list your mindmaps, read node content, generate new maps, run research, and create quizzes — all gated by your API key.
Enable the server
- Settings → Integrations → MCP → Generate API key.
- Copy the connection URL and headers shown.
- Add the server to your MCP-capable client (Claude Desktop, Cursor, Windsurf, etc.).
Available tools
| list_mindmaps | List recent mindmaps for the authenticated user. |
| get_mindmap | Fetch full structure of a mindmap by id. |
| create_mindmap_from_url | Generate a new mindmap from a YouTube URL (3 tokens). |
| get_node_research | Fetch cached research; runs new research if missing (1 token). |
| research_node | Force a fresh research run, bypassing cache (1 token). |
| create_quiz | Generate a quiz from a mindmap (1 token). |
| export_to_notion | Export a mindmap or single node to Notion. |
Security
- API keys are scoped to the user that issued them.
- Custom headers you configure are encrypted at rest.
- Rate limits match the in-app /api/* limits per user.
- Revoke a key from Settings → Integrations → MCP at any time.
New
The MCP server now ships in the repo under /mcp. See mcp/README.md for the local development workflow.
Was this page helpful?