- Home
- MCP servers
- XMind Generator
XMind Generator
- typescript
0
GitHub Stars
typescript
Language
5 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"y1l1n10-liyilin-xmind-generator-mcp": {
"command": "npx",
"args": [
"@liyilin/xmind-generator-mcp"
],
"env": {
"outputPath": "~/Documents/XmindFiles",
"autoOpenFile": "true"
}
}
}
}You have an MCP server that enables clients like Claude Desktop to generate structured XMind mind maps and automatically save them to your Documents folder. It supports hierarchical topics, rich content, and automatic opening of the generated files in XMind, making mind map creation fast and seamless across platforms.
How to use
Ask Claude Desktop to generate a mind map by describing your desired topics in natural language. For example, request a project plan with major sections and subtopics, and specify that you want the result saved in a file named after your project. The server will create a structured XMind mind map and save the file to your default output path, then automatically open it in XMind if you enabled that option.
Available tools
generateMindMap
Creates a hierarchical mind map structure from your descriptive prompt, organizing topics and subtopics into levels and branches.
saveFile
Saves the generated mind map to the configured output path on your system, using a specified file name.
openInXMind
Automatically opens the newly created mind map in the XMind application if enabled.