MindManager MCP Server
@robertZaufall
About MindManager MCP Server
MindManager MCP Server for Automation and Integration on Win + macOS
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mindm-mcp": {
"command": "uv",
"args": [
"pip",
"install",
"-r",
"pyproject.toml"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MindManager MCP Server?
A Model Context Protocol (MCP) server that provides a standardized interface to interact with MindManager on Windows and macOS, leveraging the mindm library. It allows LLMs and developers to programmatically access and manipulate mind maps.
How to use MindManager MCP Server?
Install via Python with the required packages (mcp, fastmcp, markdown-it-py, mindm, mindm-mcp). Configure it in MCP-compatible applications like Claude Desktop by adding a JSON entry with the uv run command pointing to the server module or local file, or run it locally with the MCP inspector.
Key features of MindManager MCP Server
- Retrieve mind map structure and central topics
- Export mind maps to Mermaid, Markdown, or JSON
- Get MindManager installation and library folder paths
- Obtain the current selection from MindManager
- Provide grounding information from the mind map
- Extract serialized representations for LLM chats
Use cases of MindManager MCP Server
- Query the current mind map structure from an LLM
- Export a mind map in a text format for conversation or analysis
- Automate retrieval of selected topics and library folders
- Integrate MindManager content into MCP‑compatible AI assistants
FAQ from MindManager MCP Server
What are the runtime requirements for MindManager MCP Server?
Python 3.12 or higher, MindManager (version 23+) installed on Windows or macOS, and the required Python packages (mcp, fastmcp, markdown-it-py, mindm, mindm-mcp).
Does the server support macOS as well as Windows?
Yes, but macOS support is limited to topics, notes, and relationships, while Windows supports topics, notes, icons, images, tags, links, relationships, and RTF formatting.
How do I configure the server for use with Claude Desktop?
Add a configuration entry to your MCP settings JSON file with the uv run command and the appropriate path (either local file or installed module), ensuring MindManager is running before starting the server.
What should I do if the server doesn’t appear in Claude Desktop on Windows?
Close Claude Desktop completely, kill all background processes, then restart Claude Desktop.
Where does the mind map data live?
All data resides in the local MindManager installation; the server does not store or transmit data elsewhere.
Frequently asked questions
What are the runtime requirements for MindManager MCP Server?
Python 3.12 or higher, MindManager (version 23+) installed on Windows or macOS, and the required Python packages (`mcp`, `fastmcp`, `markdown-it-py`, `mindm`, `mindm-mcp`).
Does the server support macOS as well as Windows?
Yes, but macOS support is limited to topics, notes, and relationships, while Windows supports topics, notes, icons, images, tags, links, relationships, and RTF formatting.
How do I configure the server for use with Claude Desktop?
Add a configuration entry to your MCP settings JSON file with the `uv run` command and the appropriate path (either local file or installed module), ensuring MindManager is running before starting the server.
What should I do if the server doesn’t appear in Claude Desktop on Windows?
Close Claude Desktop completely, kill all background processes, then restart Claude Desktop.
Where does the mind map data live?
All data resides in the local MindManager installation; the server does not store or transmit data elsewhere.
Basic information
More Other MCP servers
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments