XMind Generator MCP
Click on "Deploy 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., "@XMind Generator MCPcreate a project plan mind map with research, development, and testing stages"
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.
@liyilin/xmind-generator-mcp
English
An enhanced MCP (Model Context Protocol) server for generating XMind mind maps. This server allows Claude Desktop and other MCP clients to create structured mind maps with automatic file saving to your Documents folder.
✨ Features
🧠 Generate XMind mind maps with hierarchical topic structures
📝 Rich content support for topic notes, labels, and markers
💾 Smart file management - saves to
~/Documents/XmindFilesby default🔧 Easy integration with Claude Desktop
🎨 Auto-open generated files in XMind application
🌍 Cross-platform support (Windows, macOS, Linux)
📦 Installation
Option 1: Using npx (Recommended)
Configure Claude Desktop by editing the configuration file:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.jsonLinux:
~/.config/Claude/claude_desktop_config.json
Add the following configuration:
{ "mcpServers": { "xmind-generator": { "command": "npx", "args": ["@liyilin/xmind-generator-mcp"], "env": { "outputPath": "~/Documents/XmindFiles", "autoOpenFile": "true" } } } }Restart Claude Desktop
Option 2: Global Installation
Install globally:
npm install -g @liyilin/xmind-generator-mcpConfigure Claude Desktop:
{ "mcpServers": { "xmind-generator": { "command": "@liyilin/xmind-generator-mcp", "env": { "outputPath": "~/Documents/XmindFiles", "autoOpenFile": "true" } } } }
🚀 Usage
Ask Claude Desktop to generate mind maps using natural language:
Please create a mind map for my project plan with the following topics:
- Research (with Market Analysis and Competitor Research subtopics)
- Development (with Frontend and Backend subtopics)
- Testing (with Unit Testing and Integration Testing subtopics)
Save it as "my-project-plan"⚙️ Configuration
Parameter | Description | Default |
| Directory where XMind files will be saved |
|
| Automatically open generated files in XMind |
|
Path Examples:
macOS/Linux:
~/Documents/XmindFilesWindows:
%USERPROFILE%\Documents\XmindFiles
📋 Requirements
Node.js 18 or higher
Claude Desktop application
XMind application (to view generated files)
📄 License
MIT
Related MCP server: visualize-chat-mcp
中文
增强的MCP(模型上下文协议)服务器,用于生成XMind思维导图。该服务器允许Claude Desktop和其他MCP客户端创建结构化思维导图,并自动保存到您的文档文件夹中。
✨ 功能特性
🧠 生成XMind思维导图 支持层次化主题结构
📝 丰富内容支持 主题备注、标签和标记
💾 智能文件管理 默认保存到
~/Documents/XmindFiles🔧 轻松集成 Claude Desktop
🎨 自动打开生成的文件 在XMind应用中
🌍 跨平台支持 (Windows, macOS, Linux)
📦 安装方式
选项1:使用npx(推荐)
配置Claude Desktop 编辑配置文件:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.jsonLinux:
~/.config/Claude/claude_desktop_config.json
添加以下配置:
{ "mcpServers": { "xmind-generator": { "command": "npx", "args": ["@liyilin/xmind-generator-mcp"], "env": { "outputPath": "~/Documents/XmindFiles", "autoOpenFile": "true" } } } }重启Claude Desktop
选项2:全局安装
全局安装:
npm install -g @liyilin/xmind-generator-mcp配置Claude Desktop:
{ "mcpServers": { "xmind-generator": { "command": "@liyilin/xmind-generator-mcp", "env": { "outputPath": "~/Documents/XmindFiles", "autoOpenFile": "true" } } } }
🚀 使用方法
使用自然语言要求Claude Desktop生成思维导图:
请为我的项目计划创建一个思维导图,包含以下主题:
- 需求分析(包含市场分析和竞品研究子主题)
- 开发阶段(包含前端和后端开发子主题)
- 测试(包含单元测试和集成测试子主题)
保存为"我的项目计划"⚙️ 配置选项
参数 | 说明 | 默认值 |
| XMind文件保存目录 |
|
| 自动在XMind中打开生成的文件 |
|
路径示例:
macOS/Linux:
~/Documents/XmindFilesWindows:
%USERPROFILE%\Documents\XmindFiles
📋 系统要求
Node.js 18或更高版本
Claude Desktop 应用程序
XMind 应用程序(用于查看生成的文件)
📄 许可证
MIT
Available Tools
1 toolgenerate-mind-mapD
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | The title of the mind map (root topic) | |
| topics | Yes | Array of topics to include in the mind map | |
| filename | Yes | The filename for the XMind file (without path or extension) | |
| outputPath | No | Optional custom output path for the XMind file. If not provided, the file will be created in the temporary directory. | |
| relationships | No | Optional array of relationships between topics |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Tool has no description.
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?
Tool has no description.
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?
Tool has no description.
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?
Tool has no description.
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?
Tool has no description.
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?
Tool has no description.
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.
1 tool update
v0.1.5- First observed
generate-mind-map
TDQS
Scored across 1 tool
With only one tool, there is no possibility of confusion or overlap between tools. The single tool 'generate-mind-map' stands alone with a distinct purpose, making disambiguation trivially perfect.
A single tool inherently has perfect naming consistency, as there are no other tools to compare it against. The name 'generate-mind-map' follows a clear verb_noun pattern, which would be consistent if more tools existed.
One tool is too few for a server named 'XMind Generator MCP', which suggests a domain of mind map generation and potentially related operations. A single tool feels thin and incomplete for this scope, lacking basic operations like editing, saving, or listing mind maps.
The tool surface is severely incomplete for mind map generation. With only a 'generate-mind-map' tool and no description, there are obvious gaps: no way to retrieve, update, delete, or manage mind maps, and no coverage of related functionalities like templates or exports, making it impossible for agents to perform meaningful workflows.
Maintenance
Related MCP Connectors
Turn outlines and hierarchical notes into interactive mind maps through a hosted remote MCP server.
MCP server for generating rough-draft project plans from natural-language prompts.
Markdown-based note-taking with a hosted MCP server. Your notes serve you and your AI.
Create, edit, restructure, import and export Atlas Red mind maps from any MCP client. Free.
Related MCP Servers
- AlicenseDqualityCmaintenanceAn MCP server that allows LLMs to create structured Xmind mind maps with hierarchical topic structures, supporting features like notes, labels, and markers.147 npm44MIT
- AlicenseBqualityDmaintenanceMCP server that visualizes Claude conversations as interactive mindmaps, enabling export and optional upload to Navigate Chat.24 npmMIT
- FlicenseAqualityCmaintenanceAn MCP server that lets Claude or ChatGPT read, create, and edit mind maps stored in a GitHub repository, with support for local and HTTP transport.8-
- FlicenseNot gradedqualityDmaintenanceAn MCP server exposing Kiuwo's mind map APIs as tools for creating, searching, expanding, and fetching mind maps.1-