Skip to main content
In just 60 seconds you can start developing on GPUs by connecting Cursor, Claude Code, etc. directly to our API. This allows your AI agent to help you set up and manage servers on your behalf.

Create an Account

Sign up for a Thunder Compute account here.

Add a Payment Method

Add a payment method to your account.

Connect Your Agent

Use an AI agent that supports remote MCP servers (Claude Code, Cursor, Codex, etc.).
Run this in your terminal:
claude mcp add --transport http thunder-compute https://www.thundercompute.com/mcp
Then start Claude Code and run /mcp to authenticate. A browser window will open for you to log in and authorize access.
Alternatively, add to ~/.claude.json (global) or .claude.json in your project root:
{
  "mcpServers": {
    "thunder-compute": {
      "url": "https://www.thundercompute.com/mcp"
    }
  }
}

Try It Out

Once configured, ask your AI agent to:
  • “Spin up an A100 instance with PyTorch”
  • “List my running instances”
  • “Run nvidia-smi on my instance”
  • “How much have I spent this month?”
The MCP server gives your agent access to everything you would want to do with a GPU.

Next Steps