Skip to main content
Glama
jinzcdev
by jinzcdev

Markmap MCP 服务器

思维导图示例

NPM 版本 GitHub 许可证 锻造徽章 中文文档 星星

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

特征

  • 🌠 Markdown 转思维导图:将 Markdown 文本转换为交互式思维导图

  • 🖼️多格式导出:支持导出为 PNG、JPG 和 SVG 图像

  • 🔄交互操作:支持缩放、展开/折叠节点等交互功能

  • 📋 Markdown Copy :一键复制原始 Markdown 内容

  • 🌐自动浏览器预览:可在浏览器中自动打开生成的思维导图的选项

Related MCP server: MindManager MCP Server

先决条件

  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 许可。

Install Server
A
license - permissive license
A
quality
A
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • A Model Context Protocol server for Wix AI tools

  • Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jinzcdev/markmap-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server