jinzcdev/markmap-mcp-server
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.
Quick Start
Clone the repository:
git clone https://github.com/jinzcdev/markmap-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"markmap-mcp-server": {
"command": "npx",
"args": [
"-y",
"jinzcdev/markmap-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.