# mindsdb/mindshub | Model Context Protocol (MCP) Server > Make AI do actual work. Swap the model anytime — keep everything you've built. - **Stars**: ⭐ 39,541 - **Language**: Makefile - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "mindshub": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-mindshub" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "mindshub": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-mindshub" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-mindshub` - **Docker**: `docker run -i --rm mcp/mindshub`