# cerebroapp/cerebro | Model Context Protocol (MCP) Server > 🔵 Cerebro is an open-source launcher to improve your productivity and efficiency - **Stars**: ⭐ 8,540 - **Language**: JavaScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "cerebro": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-cerebro" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "cerebro": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-cerebro" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-cerebro` - **Docker**: `docker run -i --rm mcp/cerebro`