markmap-mcp-server
An MCP server for converting Markdown to interactive mind maps with export support.
Markmap MCP Server allows users to easily convert Markdown text into interactive mind maps, enhancing the way information is visualized and organized. Built on the open source project markmap, this server supports rich interactive operations, enabling users to zoom, expand, and collapse nodes for a more dynamic experience. Additionally, it offers multi-format export options, allowing users to save their mind maps as PNG, JPG, or SVG images for easy sharing and presentation. With features like one-click Markdown copying and automatic browser previews, the Markmap MCP Server streamlines the process of creating and managing mind maps. It is designed for users who want to transform their Markdown content into visually appealing and interactive formats, making it a valuable tool for brainstorming, project planning, and educational purposes.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"markmap-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-markmap-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions