YuChenSSR/mindmap-mcp-server
A Model Context Protocol (MCP) server for generating a beautiful interactive mindmap.
Quick Start
Clone the repository:
git clone https://github.com/YuChenSSR/mindmap-mcp-serverClaude 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.