MCP server for converting Markdown to interactive mind maps with export support (PNG/JPG/SVG)
| Tool name | Description | Destructive? |
|---|---|---|
| markdown_to_mindmap | ✓ no |
{
"mcpServers": {
"jinzcdevmarkmap": {
"command": "npx",
"args": [
"-y",
"@jinzcdev/markmap-mcp-server"
]
}
}
}