Mind Map MCP
Uses Coze API workflows to automatically generate mind map images from text content descriptions, returning accessible image links of the generated mind maps.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Mind Map MCPgenerate a mind map for my project requirements document"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mind-map-mcp
一个用于生成思维导图的 MCP (Model Context Protocol) 服务器。
功能特性
🧠 根据文本内容自动生成思维导图
🔗 返回可访问的思维导图图片链接
🚀 支持 CodeBuddy、Cursor、Qoder 等 MCP 客户端
🌐 基于 Coze API 的强大思维导图生成能力
Related MCP server: @processon/mcp-server-processon
创新点
首次使用 Coze 作为核心工作流制作MCP:
无需考虑报错。报错可以直接通过 Coze 找到对应原因
逻辑处理。可以任意修改 Coze 的工作流,更新发布即可,无需重新修改mcp
已于维护
安装
通过 NPM 安装
npm install -g @lucianaib/mind-map-mcp通过 npx 直接使用
npx @lucianaib/mind-map-mcp配置
在 CodeBuddy、 Qoder中配置
打开 CodeBuddy 设置
找到 MCP 服务器配置
添加新的服务器:
{
"mcpServers": {
"mind-map": {
"command": "npx",
"args": ["@lucianaib/mind-map-mcp"]
}
}
}
在 Cursor 中配置
打开 Cursor 设置 (Ctrl/Cmd + ,)
搜索 "MCP"
在 MCP 服务器配置中添加:
{
"mind-map": {
"command": "npx",
"args": ["@lucianaib/mind-map-mcp"]
}
}使用方法
配置完成后,你可以在支持 MCP 的工具中使用以下功能:
生成思维导图
用 MCP 帮我生成一个关于"分布式系统架构"的思维导图
或者直接调用工具:
使用 generate_mindmap 工具,内容为:"机器学习的基本概念和应用"可用工具
generate_mindmap
根据输入内容生成思维导图。
参数:
content(string, 必需): 要转换为思维导图的内容描述
返回:
思维导图的图片链接
生成状态信息
开发
本地开发
克隆仓库:
git clone git@github.com:OnePieceLwc/mind-map-mcp.git
cd mind-map-mcp安装依赖:
npm install构建项目:
npm run build启动开发模式:
npm run dev项目结构
Mind-map-mcp/
├── src/
│ └── index.ts # 主要的 MCP 服务器代码
├── dist/ # 编译后的 JavaScript 文件
├── package.json # 项目配置
├── tsconfig.json # TypeScript 配置
└── README.md # 项目说明API 说明
本工具使用 Coze API 来生成思维导图。API 详情:
端点:
https://api.coze.cn/v1/workflow/run方法: POST
认证: Bearer Token
返回: 思维导图图片链接
故障排除
常见问题
"未知工具" 错误
确保 MCP 服务器正确配置
检查工具名称是否正确 (
generate_mindmap)
API 请求失败
检查网络连接
确认 API 服务状态
中文编码问题
本工具已处理中文编码,支持中文内容输入
调试模式
启动时会在 stderr 输出调试信息,可以通过查看日志来诊断问题。
许可证
MIT License
贡献
欢迎提交 Issue 和 Pull Request!
Available Tools
1 toolgenerate_mindmapB
根据输入内容生成思维导图
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | 要转换为思维导图的内容描述 |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description is minimal and does not disclose any behavioral traits beyond the basic function. No annotations exist, so the description carries full burden, but it fails to mention output format, processing details, limitations, or side effects.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence, which is concise and directly communicates the core action. However, it may be too brief for completeness, but it earns high marks for efficiency.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Despite the simple tool (1 parameter, no output schema), the description omits what the output is or any behavioral context. For a tool with no output schema, the description should at least indicate the result of generation, making it incomplete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the baseline is 3. The tool description adds no additional meaning beyond the schema description for the 'content' parameter; it simply restates the purpose.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's action ('generate') and resource ('mind map') based on input content. As no sibling tools are provided, the description sufficiently distinguishes the tool's purpose.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool or any alternatives. There is no mention of prerequisites, context, or when not to use it, leaving the agent with no decision support.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
1 tool update
v3.0.0- First observed
generate_mindmap
TDQS
Only one tool exists, so there is no possibility of ambiguity.
With a single tool, naming consistency is trivial; the name 'generate_mindmap' follows a clear verb_noun pattern.
A single tool for generating mind maps feels thin; while it might cover the basic need, a typical mind map server could benefit from additional tools for tasks like listing, editing, or exporting.
The server only provides a generation tool; there are no tools for retrieval, update, or deletion of mind maps, leaving potential gaps in a full workflow.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Create, edit, and organize MindMeister mind maps from your AI assistant.
Create and manage Mermaid.js flowcharts and diagrams with AI agents via MCP.
- MindlifyOAuthco.mindlify
Turn AI conversations into visual knowledge maps. Create, connect, search, and organize thoughts.
MCP tools for AI agents: render URLs to image/PDF, check link health, convert HTML/CSV/JSON.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables conversion of plain text descriptions and Markdown content into interactive mind maps using AI. Automatically uploads generated mind maps to Aliyun OSS and provides online access links.341MIT
- AlicenseNot gradedqualityDmaintenanceConverts structured Markdown into ProcessOn mind maps via API, enabling AI agents and tools to create mind maps programmatically.365MIT
- AlicenseNot gradedqualityCmaintenanceConverts Markdown text into interactive mind maps, supporting export as PNG, JPG, and SVG images.465MIT

Mapify MCP Serverofficial
AlicenseAqualityDmaintenanceEnables AI assistants to generate interactive mind maps from text, YouTube videos, and web content using Mapify's API.11727MIT
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/OnePieceLwc/mind-map-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server