# cube-js/cube | Model Context Protocol (MCP) Server > 📊 Cube Core is open-source semantic layer for AI, BI and embedded analytics - **Stars**: ⭐ 20,609 - **Language**: Rust - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "cube": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-cube" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "cube": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-cube" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-cube` - **Docker**: `docker run -i --rm mcp/cube`