★ 4 stars
Go
🤖 AI/LLM
Updated 5d ago
An MCP server for reading and writing local XMind mind map files. Exposes 27 tools that let any MCP-compatible AI client create, navigate, and edit XMind files directly on disk.
View on GitHub →
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": {
"command": "go",
"args": [
"run",
"github.com/mab-go/xmind-mcp@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add xmind-mcp go run github.com/mab-go/xmind-mcp@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"xmind-mcp": {
"command": "go",
"args": [
"run",
"github.com/mab-go/xmind-mcp@latest"
]
}
}
}
📋 Copy
README Excerpt
<p align="center"> <a href="https://github.com/mab-go/xmind-mcp/actions"><img src="https://img.shields.io/github/check-runs/mab-go/xmind-mcp/main?style=flat&labelColor=555555&label=checks" alt="Build Status" /></a> <a href="https://goreportcard.com/report/github.com/mab-go/xmind-mcp"><img src="https://goreportcard.com/badge/github.com/mab-go/xmind-mcp" alt="Go Report Card" /></a>
Tools (20)
xmind_ xmind_add_boundary xmind_add_floating_topic xmind_add_relationship xmind_add_sheet xmind_add_summary xmind_add_topic xmind_add_topics_bulk xmind_create_map xmind_delete_relationship xmind_delete_sheet xmind_delete_topic xmind_duplicate_topic xmind_find_and_replace xmind_find_topic xmind_flatten_to_outline xmind_get_subtree xmind_get_topic_properties xmind_import_from_outline xmind_list_relationships
Topics
awesome-mcp-servers claude golang mcp mcp-server mind-map model-context-protocol xmind