Back to MCP Directory
Mindmap
Model Context Protocol moderate risk

Mindmap

This MCP server converts Markdown to interactive mindmaps, offering HTML content or file path outputs, with Docker support for easier and safer deployment.

Connections & Capabilities

Connects To

GitHubDocker

Capabilities

readwriteexec

Quickstart

Install

pip install mindmap-mcp-server

Config

{
  "mcpServers": {
    "mindmap": {
      "command": "uvx",
      "args": ["mindmap-mcp-server", "--return-type", "html"]
    }
  }
}

Exposed MCP Tools (2)

moderate
markdown-to-mindmap-content

Converts Markdown to an HTML mind map and returns the entire HTML content.

Generates HTML content, which could potentially contain malicious scripts if the input Markdown is crafted maliciously.

moderate
markdown-to-mindmap-file

Converts Markdown to an HTML mind map and saves it to a file in a mounted directory.

Writes files to a specified directory, which could lead to file system issues if not properly managed.

Safety Assessment

This MCP server is relatively safe for generating mindmaps. Using the `filePath` return type is safer than `html` because it avoids including the entire HTML content in prompts. Docker deployment adds a layer of isolation, but proper volume configuration is crucial.

  • Generates mindmaps from Markdown, primarily a read operation.
  • Offers file output as an option, reducing token usage.
  • Docker deployment provides some level of isolation.
  • Can return HTML content directly, suitable for previewing in AI clients.
  • Requires Node.js for some installation methods, introducing external dependencies.
  • File output requires careful management of the output directory.
  • Docker configuration needs correct volume mounting to prevent access issues.
  • Potential for token leakage if HTML content is directly used in prompts.
Mindmap Review, Pricing & Alternatives (2026) | Flaex AI