Thunder Compute
Rank #4,643io.github.Thunder-Compute/thunder-compute
GPU cloud platform — create, manage, and monitor instances, snapshots, SSH keys, and billing.
Thunder Compute is a Model Context Protocol (MCP) server published by thunder-compute. It ranks #4,643 of 115,591 servers tracked on MCP Toplist, and its repository has 34 GitHub stars. Thunder Compute is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on Oct 29, 2025 and most recently updated on Apr 9, 2026.
Ranks ahead of 110,948 of 115,591 servers on MCP Toplist.
Use Thunder Compute
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http thunder-compute https://api.thundercompute.com:8443/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.thunder-compute]
url = "https://api.thundercompute.com:8443/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://api.thundercompute.com:8443/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"thunder-compute": {
"url": "https://api.thundercompute.com:8443/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"thunder-compute": {
"type": "http",
"url": "https://api.thundercompute.com:8443/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"thunder-compute": {
"serverUrl": "https://api.thundercompute.com:8443/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"thunder-compute": {
"url": "https://api.thundercompute.com:8443/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Thunder-Compute%2Fthunder-compute)<a href="https://mcptoplist.com/server/io.github.Thunder-Compute%2Fthunder-compute"><img src="https://mcptoplist.com/badge/io.github.Thunder-Compute%2Fthunder-compute.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
thunder-compute
Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Apr 9, 2026 |
Frequently asked questions
- Who maintains Thunder Compute?
- Thunder Compute is maintained by thunder-compute, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Thunder Compute listed on the Official MCP Registry?
- Yes — Thunder Compute is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Thunder Compute have?
- MCP Toplist tracks 1 version of Thunder Compute, most recently published on Apr 9, 2026.
- Where can I find the source code for Thunder Compute?
- The source code for Thunder Compute is hosted at github.com/thunder-compute/thunder-cli.