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
By jinzcdev
Installation
npx -y markmap-mcp-serverConfiguration
{
"mcpServers": {
"markmap-mcp-server": {
"command": "npx",
"args": ["-y", "markmap-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes