Skip to main content
Knowledge & MemoryTypeScript

jinzcdev/markmap-mcp-server

An MCP server built on [markmap](https://github.com/markmap/markmap) that converts **Markdown** to interactive **mind maps**. Supports multi-format exports (PNG/JPG/SVG), live browser preview, one-click Markdown copy, and dynamic visualization features.

knowledge-memorylocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/jinzcdev/markmap-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "markmap-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "jinzcdev/markmap-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Knowledge & Memory
Language
TypeScript
Author
jinzcdev