skypilot

GitHub

The AI Compute Platform for frontier teams. SkyPilot turns fragmented AI compute into one AI supercomputer, so frontier AI teams build custom intelligence faster.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "skypilot": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-skypilot"
      ]
    }
  }
}