Back to Apps

Xmind Generator MCP
Supports UIby bangyizhang
MCP server for generating structured Xmind mind maps and exporting existing .xmind files as Markdown outlines.
0 stars
Works in:claude
Exposes:Tools
What it does
This MCP server allows LLMs to create and manage structured mind maps using the Xmind format. It enables the AI to transform complex hierarchical information into visual mind maps and vice versa.
Tools
generate-mind-map: Creates an Xmind mind map from a hierarchical structure of topics, including support for notes, labels, and relationships.read-mind-map: Reads an existing.xmindfile and exports its content as a Markdown outline.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"xmind-generator": {
"command": "npx",
"args": ["xmind-generator-mcp"],
"env": {
"outputPath": "/path/to/save/xmind/files",
"autoOpenFile": "true"
}
}
}
}
Supported hosts
Claude
Quick install
npx xmind-generator-mcpInformation
- Pricing
- free
- Published
- 8/1/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Add npx xmind-generator-mcp to mcpServers in claude_desktop_config.json





