Convert Markdown text into an interactive mind map with support for multi-format export (PNG/JPG/SVG) and automatic browser preview options.
{
"mcpServers": {
"markmap": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@jinzcdev/markmap-mcp-server"],
"env": {
"MARKMAP_DIR": "/path/to/output/directory"
}
}
}
}