Markmap MCP Server

Integrations

  • Enables conversion of Markdown text into interactive, visual mind maps with support for rich interactive operations and multi-format exports.

  • Supports exporting generated mind maps in SVG format, preserving the vector graphics quality of the visualization.

Markmap MCP 服务器

Markmap MCP Server 基于模型上下文协议 (MCP),支持一键将 Markdown 文本转换为可交互的思维导图,并基于开源项目markmap构建。生成的思维导图支持丰富的交互操作,并支持导出为多种图片格式。

特征

  • 🌠 Markdown 转思维导图:将 Markdown 文本转换为交互式思维导图
  • 🖼️多格式导出:支持导出为 PNG、JPG 和 SVG 图像
  • 🔄交互操作:支持缩放、展开/折叠节点等交互功能
  • 📋 Markdown Copy :一键复制原始 Markdown 内容
  • 🌐自动浏览器预览:可在浏览器中自动打开生成的思维导图的选项

先决条件

  1. Node.js 运行时环境

安装

通过 Smithery 安装

要通过Smithery自动为 Claude Desktop 安装 Markmap MCP 服务器:

npx -y @smithery/cli install @jinzcdev/markmap-mcp-server --client claude

手动安装

# Install from npm npm install @jinzcdev/markmap-mcp-server -g # Basic run npx -y @jinzcdev/markmap-mcp-server # Specify output directory npx -y @jinzcdev/markmap-mcp-server --output /path/to/output/directory

或者,您可以克隆存储库并在本地运行:

# Clone the repository git clone https://github.com/jinzcdev/markmap-mcp-server.git # Navigate to the project directory cd markmap-mcp-server # Build project npm install && npm run build # Run the server node build/index.js

用法

将以下配置添加到您的 MCP 客户端配置文件中:

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

[!提示]

该服务支持以下环境变量:

  • MARKMAP_DIR :指定思维导图的输出目录(可选,默认为系统临时目录)

优先注意事项

当同时指定--output命令行参数和MARKMAP_DIR环境变量时,命令行参数优先。

可用工具

Markdown 转思维导图

将 Markdown 文本转换为交互式思维导图。

参数:

  • markdown :要转换的 Markdown 内容(必需字符串)
  • open :是否在浏览器中自动打开生成的思维导图(可选布尔值,默认为false)

返回值:

{ "content": [ { "type": "text", "text": "JSON_DATA_OF_MINDMAP_FILEPATH" } ] }

执照

该项目已获得 MIT 许可。

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

一个模型上下文协议服务器,将Markdown文本转换为交互式思维导图,支持丰富的交互式操作和多格式导出。

  1. 特征
    1. 先决条件
      1. 安装
        1. 通过 Smithery 安装
        2. 手动安装
      2. 用法
        1. 可用工具
          1. Markdown 转思维导图
        2. 执照

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server that converts Markdown content into interactive mindmaps, allowing AI assistants to visualize hierarchical information through either HTML content or saved files.
            Last updated -
            1
            87
            Python
            MIT License
            • Apple
          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server that enables LLMs to interact with MindManager mind maps, allowing retrieval of mind map structures and export to formats like Mermaid, Markdown, and JSON.
            Last updated -
            9
            1
            Python
            MIT License
            • Apple
          • A
            security
            A
            license
            A
            quality
            An MCP server that allows LLMs to create structured Xmind mind maps with hierarchical topic structures, supporting features like notes, labels, and markers.
            Last updated -
            1
            JavaScript
            MIT License
            • Apple
          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server that transforms text into structured JSON data using templates with placeholders.
            Last updated -
            2
            1
            TypeScript
            MIT License

          View all related MCP servers

          ID: 7x4avg7jie