Skip to main content
Thunder Compute provides an MCP (Model Context Protocol) server that lets AI coding agents manage GPU instances on your behalf — create, monitor, modify, and tear down instances without leaving your agent workflow.

Prerequisites

  1. A Thunder Compute account — sign up here
  2. A payment method on your account
  3. An AI agent that supports remote MCP servers (Claude Code, Cursor, Windsurf, etc.)
No local installation or API tokens required — authentication is handled via OAuth in your browser.

Setup

Run this in Claude Code:
/mcp add --transport http https://api.thundercompute.com:8443/mcp
Then run /mcp to authenticate. A browser window will open for you to log in and authorize access.

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 instance management, snapshots, SSH keys, port forwarding, billing, and more.

Next Steps