MCP Directory
Back

markmap-mcp-server

by jinzcdev · TypeScript · ★ 214

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

#ai#llm#markmap#mcp#mcp-server#mindmap#mindnode#xmind

Install

npx -y github:jinzcdev/markmap-mcp-server

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

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

From the README

[](https://www.npmjs.com/package/@jinzcdev/markmap-mcp-server) [](https://www.npmjs.com/package/@jinzcdev/markmap-mcp-server) [](LICENSE) [](README_zh-CN.md) [](https://github.com/jinzcdev/markmap-mcp-server) Markmap MCP Server is based on the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction) that allows one-click conversion of Markdown text to interactive mind maps, built on the open source project [markmap](https://github.com/markmap/markmap). The generated mind maps support rich interactive operations and can be exported in various image formats. - 🌠 **Markdown…
Read full README on GitHub →

Related ai & ml servers