Back to directory
jinzcdev/markmap-mcp-server

jinzcdev/markmap-mcp-server

@jinzcdev

An MCP server for converting Markdown to interactive mind maps with export support (PNG/JPG/SVG).

mindmapmarkdownvisualizationexportimagemcptoolconversion

Installation & Configuration

{
  "mcpServers": {
    "markmap": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@jinzcdev/markmap-mcp-server"
      ],
      "env": {
        "MARKMAP_DIR": "/path/to/output/directory"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/12
Updated
2026/6/12