Mindmap MCP Server
MCP Serverby YuChenSSR · Added 5mo ago
Claude
220
Install
git clone https://github.com/YuChenSSR/mindmap-mcp-serverAdd to Claude
claude mcp add mindmap-mcp-serverQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mindmap-mcp-server": {
"command": "npx",
"args": [
"@modelcontextprotocol/mindmap-mcp-server"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
用于将Markdown内容转换为交互式思维导图的MCP服务器。在使用Python或uvx命令运行服务器时,需安装Node.js。
Tags
developmentmcp-server