mindmap-mcp-server

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.

98
1

Mindmap MCP Server

A Model Context Protocol (MCP) server that converts Markdown content into interactive mindmaps.

Installation

Install using pip install mindmap-mcp-server, uvx mindmap-mcp-server, or Docker.

Prerequisites

Node.js is required when using python or uvx.

Usage

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).

Features

  • Converts Markdown to interactive mindmap HTML using markmap-cli.
  • Creates offline-capable mindmaps.
  • Hides the toolbar.
  • Returns HTML content or file path.

License

MIT License.

Repository

YU
YuChenSSR

YuChenSSR/mindmap-mcp-server

Created

March 19, 2025

Updated

March 28, 2025

Language

Python

Category

Developer Tools