xmind-mcp-server

keweixin/xmind-mcp-server
★ 0 stars JavaScript File System Updated 1mo ago
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.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "xmind-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "keweixin/xmind-mcp-server"
      ]
    }
  }
}