Skip to main content
Developer ToolsPython

YuChenSSR/mindmap-mcp-server

A Model Context Protocol (MCP) server for generating a beautiful interactive mindmap.

developer-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/YuChenSSR/mindmap-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "mindmap-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "YuChenSSR/mindmap-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
Python
Author
YuChenSSR