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., "@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:
⚙️ 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
中文
增强的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