MCP.so
登录

Mindmap MCP Server

@YuChenSSR

关于 Mindmap MCP Server

mindmap, mcp server, artifact

基本信息

分类

其他

许可证

MIT

运行时

python

传输方式

stdio

发布者

YuChenSSR

提交者

Yu Chen

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Mindmap MCP Server?

A Model Context Protocol (MCP) server that converts Markdown content into interactive mindmaps using the markmap-cli library. It is intended for users who want to quickly visualize hierarchical Markdown data as mindmaps within MCP‑compatible AI clients.

How to use Mindmap MCP Server?

Install with pip install mindmap-mcp-server, or run with uvx mindmap-mcp-server, or use the Docker image ychen94/mindmap-converter-mcp. Configure in claude_desktop_config.json using uvx, python, or docker commands. Use the --return-type argument to choose between returning the full HTML content (html) or saving the mindmap to a file and returning its path (filePath).

Key features of Mindmap MCP Server

  • Converts Markdown to interactive mindmap HTML
  • Option to create offline‑capable mindmaps
  • Option to hide the toolbar on the mindmap
  • Returns either HTML content or file path
  • Works with any MCP‑compatible client
  • Installation via pip, uvx, or Docker

Use cases of Mindmap MCP Server

  • Visualize project planning outlines as interactive mindmaps
  • Summarize research notes or meeting notes in mindmap form
  • Generate mindmaps for documentation or learning materials
  • Save tokens by generating a mindmap file instead of returning the full HTML
  • Automate mindmap creation within AI‑powered workflows

FAQ from Mindmap MCP Server

What alternatives are available if this server doesn’t work?

For Windows users or those with persistent issues, the README suggests using the “Markmap” VS Code extension or a provided system prompt that generates markmap HTML directly.

What are the runtime dependencies?

The server requires Node.js when installed via pip or run with uvx. The Docker method avoids this dependency.

How do I choose between returning HTML and a file path?

Use the --return-type argument: html returns the full mindmap HTML (good for preview in an AI client’s artifact), while filePath saves the mindmap to a file and returns the path (saves tokens and allows later opening in a browser).

Does the server support other MCP clients besides Claude Desktop?

Yes. It implements the Model Context Protocol version 1.0 and works with any MCP‑compatible client.

What transport protocol or authentication does the server use?

The README does not specify transport or authentication details beyond implementing the MCP protocol.

评论

其他 分类下的更多 MCP 服务器