
XMind MCP
by mab-go
Read and write local XMind mind map files directly from your AI agent.
What it does
XMind MCP allows AI agents to interact with .xmind files on a local disk. It provides a comprehensive set of tools to create, navigate, and edit mind maps, enabling agents to structure complex ideas or analyze existing mind maps programmatically.
Tools
xmind_open_map: Parse a file and return a structural summary.xmind_create_map: Create a new XMind file with a root topic.xmind_add_topic: Add a child topic under a specific parent.xmind_search_topics: Find topics by keyword across the workbook.xmind_flatten_to_outline: Export a mind map as an indented Markdown outline.
Installation
Install via Go:
go install github.com/mab-go/xmind-mcp/cmd/xmind-mcp@latest
Then add to your claude_desktop_config.json:
{
"mcpServers": {
"xmind": {
"command": "xmind-mcp"
}
}
}
Supported hosts
- claude
- cursor
Quick install
go install github.com/mab-go/xmind-mcp/cmd/xmind-mcp@latestInformation
- Pricing
- free
- Published
- 5/15/2026
- stars






