Markmap MCP Server
Markmap MCP 服务器
Markmap MCP Server 基于模型上下文协议 (MCP),支持一键将 Markdown 文本转换为可交互的思维导图,并基于开源项目markmap构建。生成的思维导图支持丰富的交互操作,并支持导出为多种图片格式。
特征
🌠 Markdown 转思维导图:将 Markdown 文本转换为交互式思维导图
🖼️多格式导出:支持导出为 PNG、JPG 和 SVG 图像
🔄交互操作:支持缩放、展开/折叠节点等交互功能
📋 Markdown Copy :一键复制原始 Markdown 内容
🌐自动浏览器预览:可在浏览器中自动打开生成的思维导图的选项
Related MCP server: MindManager MCP Server
先决条件
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 许可。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseBqualityDmaintenanceA 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.1236MIT
- AlicenseAqualityCmaintenanceA 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.1111MIT
- AlicenseDqualityCmaintenanceAn MCP server that allows LLMs to create structured Xmind mind maps with hierarchical topic structures, supporting features like notes, labels, and markers.17744MIT
- FlicenseNot gradedqualityDmaintenanceA powerful Model Context Protocol server that automatically generates Mermaid diagrams from code and provides SVG beautification features.1
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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