Deploy and manage GPU instances on RunPod. Spin up servers, run inference, and monitor usage from Claude.
npx -y @runpod/mcp-server-runpod
Add to your Claude Desktop config:
```json
{
"mcpServers": {
"runpod": {
"command": "npx",
"args": ["-y", "@runpod/mcp-server-runpod"]
}
}
}
```
deploy_instancemanage_resourcesget_metricsget_infolist_resourcesDeploy and manage GPU instances on RunPod. Spin up servers, run inference, and monitor usage from Claude.
Language: Python
Category: Cloud