
Mindmap MCP Server
by YuChenSSR
Convert Markdown content into interactive, visual mind maps for AI clients.
What it does
This server enables AI agents to transform hierarchical Markdown text into interactive HTML mind maps. It allows for visual brainstorming and structural analysis of complex information directly within the AI client's interface.
Tools
markdown-to-mindmap-content: Converts Markdown to an HTML mind map and returns the full HTML content for artifact preview.markdown-to-mindmap-file: Generates a mind map and saves it as an HTML file to a specified local directory, reducing token usage for large maps.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"mindmap": {
"command": "uvx",
"args": ["mindmap-mcp-server", "--return-type", "html"]
}
}
}
Supported hosts
- claude
Quick install
uvx mindmap-mcp-serverInformation
- Pricing
- free
- Published
- 4/24/2026
- stars






