The Mindmap MCP Server converts Markdown content into interactive mindmaps using the Model Context Protocol. It supports installation via pip, uvx, or Docker and integrates with MCP clients like Claude Desktop.
A Model Context Protocol (MCP) server that converts Markdown content into interactive mindmaps.
Install using pip install mindmap-mcp-server
, uvx mindmap-mcp-server
, or Docker.
Node.js is required when using python
or uvx
.
Integrate with MCP clients like Claude Desktop by adding the server to claude_desktop_config.json
. Options include using uvx
, python
with a specific file path, or Docker. Docker usage requires pulling the image ychen94/mindmap-converter-mcp
.
The --return-type
argument specifies whether to return the HTML content directly (html
) or a file path (filePath
). filePath
can save tokens.
The Docker container provides markdown-to-mindmap-content
(returns HTML) and markdown-to-mindmap-file
(saves to a file).
markmap-cli
.MIT License.
YuChenSSR/mindmap-mcp-server
March 19, 2025
March 28, 2025
Python