Mind Map MCP Server is an MCP server that min mapMCP Server【脑图生成 MCP Server】. Its tool list has not been published yet over stdio, sse and http, requires no API key, and scores 50/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mind-map-mcp-server": {
"args": [
"-y",
"markmap-cli"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A powerful MCP (Model Context Protocol) server that converts Markdown text into beautiful mind map PNG images.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'markmap-cli' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked markmap-cli against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in productivity / design
AI-native design editor. Open-source Figma alternative.
MCP server for monday.com integration.
Local-first AI memory with knowledge graphs and hybrid search. 17+ AI tools via MCP. Free.
Give AI agents access to your Obsidian vault via local files or Self-hosted LiveSync.
MCP Security Weekly
Get CVE alerts and security updates for Mind Map Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A powerful MCP (Model Context Protocol) server that converts Markdown text into beautiful mind map PNG images.
sawyer-shi
Source Code: https://github.com/sawyer-shi/mind-map-mcp-server.git
list_imagesdate (string, optional): Date in YYYY-MM-DD format (defaults to current date)name_filter (string, optional): Fuzzy name matching filtercreate_mind_mapmarkdown_content (string): Markdown formatted text with hierarchical structure supporttitle (string, optional): Mind map title (used as filename)quality (string, optional): Image quality level - 'low', 'medium', 'high', 'ultra' (defaults to 'high')⚠️ MUST READ BEFORE DEPLOYMENT | 部署前必读
🎯 When deploying as a service, you MUST modify the
LOCAL_HOSTconfiguration!🎯 当作为服务部署时,必须修改
LOCAL_HOST配置!# 1. Copy environment template | 复制环境模板 cp env.template .env # 2. ⚠️ CRITICAL: Change LOCAL_HOST from 127.0.0.1 to your server's IP # ⚠️ 关键:将 LOCAL_HOST 从 127.0.0.1 改为您服务器的IP地址 LOCAL_HOST=YOUR_SERVER_IP_ADDRESS # Examples | 示例: # LOCAL_HOST=192.168.1.100 # Local network | 局域网 # LOCAL_HOST=10.10.228.155 # Internal network | 内网 # LOCAL_HOST=209.0.113.1 # Public IP | 公网IP🔥 Why This Matters | 为什么这很重要
✅ Correct:
http://YOUR_SERVER_IP:8090/output/file.png- Accessible from anywhere❌ Wrong:
http://127.0.0.1:8090/output/file.png- Only works on the server itself✅ 正确:
http://您的服务器IP:8090/output/file.png- 任何地方都可访问❌ 错误:
http://127.0.0.1:8090/output/file.png- 只能在服务器本机访问🐳 RECOMMENDED: Use Docker Deployment | 推荐:使用Docker部署
docker-compose up -d
http://localhost:8091/mcp