mindmap-mcp-server

mindmap-mcp-server

4.4

mindmap-mcp-server is hosted online, so all tools can be tested directly either in theTools tabor in theOnline Client.

If you are the rightful owner of mindmap-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcpreview.com.

A Model Context Protocol (MCP) server for converting Markdown content to interactive mindmaps.

The Mindmap MCP Server is a tool designed to convert Markdown content into interactive mindmaps. It supports various installation methods, including pip, uvx, and Docker, making it versatile across different operating systems like macOS and Linux. For Windows users, Docker is recommended due to potential issues with npx. The server can be integrated with MCP clients like Claude Desktop, allowing users to specify the return type of the mindmap content as either HTML or a file path. This flexibility helps in saving tokens and managing content efficiently. The server also provides troubleshooting tips and advanced usage scenarios, ensuring a smooth user experience.

Features

  • Convert Markdown to interactive mindmap HTML
  • Option to create offline-capable mindmaps
  • Option to hide the toolbar
  • Return either HTML content or file path

Tools

  • convert_markdown_to_mindmap: Convert Markdown content to a mindmap mind map. Args: markdown_content: The Markdown content to convert Returns: Either the HTML content or the file path to the generated HTML, depending on the --return-type server argument