Back to MCP Servers

Markmap

An MCP server built on [markmap](https://github.com/markmap/markmap) that converts **Markdown** to interactive **mind maps**. Supports multi-format exports (PNG/JPG/SVG), live browser preview, one-click Markdown copy, and dynamic visualization features.

knowledge-memorygithubbrowser

Installation

npx -y markmap-mcp-server

Configuration

{
  "mcpServers": {
    "markmap-mcp-server": {
      "command": "npx",
      "args": ["-y", "markmap-mcp-server"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub