MCP server for generating professional XMind mind map files with 15 structure types, 10 themes, relationships, boundaries, callouts, rich notes, and HSL color engine
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"xmind-mcp-server": {
"command": "npx",
"args": [
"-y",
"keweixin/xmind-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add xmind-mcp-server npx -y keweixin/xmind-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"xmind-mcp-server": {
"command": "npx",
"args": [
"-y",
"keweixin/xmind-mcp-server"
]
}
}
}
📋 Copy