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_mindmapsList recent mindmaps for the authenticated user.
get_mindmapFetch full structure of a mindmap by id.
create_mindmap_from_urlGenerate a new mindmap from a YouTube URL (3 tokens).
get_node_researchFetch cached research; runs new research if missing (1 token).
research_nodeForce a fresh research run, bypassing cache (1 token).
create_quizGenerate a quiz from a mindmap (1 token).
export_to_notionExport 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?