xmind-mcp-server

keweixin/xmind-mcp-server
★ 0 stars JavaScript 📁 File System Updated today
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 → Try with Claude — $10 free →

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"
      ]
    }
  }
}