markmap-mcp-server
by jinzcdev·★ 200·Score 49
An MCP server that converts Markdown to interactive mind maps with export support.
Overview
Markmap MCP Server is a well-implemented MCP server based on the Model Context Protocol that allows one-click conversion of Markdown text to interactive mind maps. Built on the open source markmap project, it supports rich interactive operations and exports in PNG, JPG, and SVG formats. The server provides clear documentation with both Smithery and manual installation methods.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this when you need to visualize hierarchical information from Markdown content and want interactive mind maps with multiple export options.
When NOT to choose this
Don't choose this if you need to edit mind maps directly or require collaboration features with real-time updates.
Tools this server exposes
1 tool extracted from the READMEmarkdown-to-mindmapmarkdown (string), open (boolean)Convert Markdown text into an interactive mind map.
Comparable tools
Installation
Installation
Installing via Smithery
npx -y @smithery/cli install @jinzcdev/markmap-mcp-server --client claudeManual Installation
npm install @jinzcdev/markmap-mcp-server -g
npx -y @jinzcdev/markmap-mcp-serverConfiguration
Add to your MCP client configuration:
{
"mcpServers": {
"markmap": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@jinzcdev/markmap-mcp-server"]
}
}
}FAQ
- What file formats can the generated mind maps be exported as?
- The generated mind maps can be exported as PNG, JPG, and SVG images.
- How do I specify where to save the mind maps?
- You can use the --output command line argument or set the MARKMAP_DIR environment variable to specify the output directory.
Compare markmap-mcp-server with
Last updated · Auto-generated from public README + GitHub signals.