Back to Apps

Markmap MCP Server
Supports UIby jinzcdev
Convert Markdown text to interactive, exportable mind maps directly within your AI agent.
0 stars
Works in:claude
Exposes:Tools
What it does
Markmap MCP Server allows AI agents to transform structured Markdown text into interactive visual mind maps. It leverages the markmap library to generate a visual representation of hierarchical data, which can then be opened in a browser or exported as static images.
Tools
markdown-to-mindmap: Converts Markdown content into an interactive mind map file and optionally opens it in the browser.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"markmap": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@jinzcdev/markmap-mcp-server"],
"env": {
"MARKMAP_DIR": "/path/to/output/directory"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
npx -y @jinzcdev/markmap-mcp-serverInformation
- Pricing
- free
- Published
- 4/20/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"markmap": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@jinzcdev/markmap-mcp-server"]
}
}





