loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

xmind-mcp

MCP Tool

sc0tfree/xmind-mcp

MCP server for incremental editing of XMind mind maps - 19 atomic tools for LLMs to read, create, and surgically modify .xmind files

Install

$ npx loaditout add sc0tfree/xmind-mcp

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "xmind-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "xmind-mcp"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

๐Ÿง  XMind MCP Server

[](https://github.com/sc0tfree/xmind-mcp/actions/workflows/tests.yml) [](https://www.python.org/downloads/) [](https://opensource.org/licenses/MIT)

An MCP server for incremental editing of XMind mind maps. Existing XMind MCP tools require the LLM to output an entire mind map as one monolithic JSON blob -- that's token-expensive, error-prone, and makes it impossible to edit existing files. xmind-mcp takes a different approach: 19 atomic tools that let an LLM read, create, and surgically edit .xmind files one operation at a time using stable topic IDs.

Built with FastMCP (Python) and managed with Poetry.

> [!NOTE] > Unfortunately, XMind does not support live-reloading files from disk. If you have the file open in XMind while making changes via MCP tools, you'll need to close and reopen it to see the updates.

๐Ÿš€ Quick Start
Prerequisites
  • Python 3.12+
  • Poetry
Install
git clone https://github.com/sc0tfree/xmind-mcp.git
cd xmind-mcp
poetry install
Configure Your MCP Client

Add the following to your MCP configuration (e.g. .cursor/mcp.json for Cursor, or ~/Library/Application Support/Claude/claude_desktop_config.json for Claude Desktop):

{
  "mcpServers": {
    "xmind": {
      "command": "poetry",
      "args": ["-C", "/path/to/xmind-mcp", "run", "xmind-mcp"]
    }
  }
}

Restart the application after editing.

๐Ÿ› ๏ธ Tools

All tool names are prefixed with xmind_ to avoid collisions with other MCP servers.

Map Management

| Tool | What it does | |------|-------------| | `x

Tags

mcpmcp-servermind-mapmindmapxmind

Reviews

Loading reviews...

Quality Signals

1
Stars
0
Installs
Last updated24 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/23/2026
View on GitHubโ†’

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/sc0tfree/xmind-mcp)](https://loaditout.ai/skills/sc0tfree/xmind-mcp)