# skypilot-org/skypilot | Model Context Protocol (MCP) Server > The AI Compute Platform for frontier teams. SkyPilot turns fragmented AI compute into one AI supercomputer, so frontier AI teams build custom intelligence faster. - **Stars**: ⭐ 10,465 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "skypilot": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-skypilot" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "skypilot": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-skypilot" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-skypilot` - **Docker**: `docker run -i --rm mcp/skypilot`