Back to MCP Servers
Mindmap
A Model Context Protocol (MCP) server for generating a beautiful interactive mindmap.
developer-tools
By YuChenSSR
Installation
npx -y mindmap-mcp-serverConfiguration
{
"mcpServers": {
"mindmap-mcp-server": {
"command": "npx",
"args": ["-y", "mindmap-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes