MCP Server for Local XMind Mind Map Files Released

A developer has published an MCP server for interacting with local XMind mind map files. The server exposes 22 tools that allow MCP-compatible AI clients to create, navigate, and edit .xmind files directly on disk.
Key Details
The developer built this MCP server primarily for use via Claude Desktop and has tested it with both Claude Desktop and Cursor with "pretty solid results." The development relied heavily on Claude Sonnet 4.6 and Claude Opus 4.6, accessed through both Claude Desktop and Cursor.
The server provides tools for reading and writing XMind files, enabling AI assistants to work with mind map data stored locally. This allows developers to use AI coding agents to manipulate mind map files programmatically through their preferred AI client interface.
MCP (Model Context Protocol) servers extend the capabilities of AI assistants by providing them with access to external tools and data sources. This particular implementation focuses specifically on the XMind file format, which is commonly used for mind mapping and brainstorming.
📖 Read the full source: r/ClaudeAI
👀 See Also
Mesh LLM: Distributed AI Computing on Iroh – Run LLMs Across Your Own GPUs
Mesh LLM pools GPUs you already have across machines and exposes them as one OpenAI-compatible API. Distributes models locally, via peer routing, or as a pipeline across several nodes using iroh's QUIC transport.

MatchKit: Design System Generator for Claude Code Projects
MatchKit is a tool that generates complete branded design systems for projects built with Claude Code. It extracts brand colors from uploaded logos and generates customizable components, layouts, and design tokens to avoid the generic look common with AI coding tools.

Mind Keg MCP: Persistent Memory for Claude Code and MCP-Compatible Agents
Mind Keg MCP v0.1.1 is an open-source MCP server that provides persistent memory for Claude Code and other MCP-compatible agents. It stores learnings locally via SQLite and retrieves them via semantic search, allowing AI coding assistants to remember context between sessions.

Claude 4.6 Opus Reasoning Distilled to 14GB for Apple Silicon via MLX Quantization
A developer has quantized a Qwen 3.5 27B model distilled from Claude 4.6 Opus reasoning trajectories from 55.6GB to 14GB using MLX for Apple Silicon, achieving ~16 tokens/sec on an M4 Pro while maintaining the model's analytical reasoning capabilities.