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