
RunPod
@runpod
About RunPod
Manage your RunPod cloud resources directly through an MCP-compatible client. Create, list, update, start, stop, and delete pods, serverless endpoints, templates, network volumes, and container registry authentications with ease. Streamline your RunPod operations using natural la
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"runpod": {
"command": "node",
"args": [
"/path/to/runpod-mcp-server/build/index.js"
],
"env": {
"RUNPOD_API_KEY": "your_api_key_here"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is RunPod?
RunPod is an MCP server that exposes tools for managing RunPod cloud resources—pods, serverless endpoints, templates, network volumes, and container registry authentications—through natural language prompts in Claude or any MCP‑compatible client.
How to use RunPod?
Install Node.js 18+, clone the repo, run npm install and npm build, then set the RUNPOD_API_KEY environment variable with your key from the RunPod console. Start the server with npm start. For Claude for Desktop, add a runpod entry to the MCP servers configuration JSON, pointing to the built index.js and including the API key in the env object.
Key features of RunPod
- Create, list, get, update, start, stop, and delete pods
- Create, list, get, update, and delete serverless endpoints
- Create, list, get, update, and delete templates
- Create, list, get, update, and delete network volumes
- Create, list, get, and delete container registry authentications
Use cases of RunPod
- List all pods in your RunPod account
- Provision a new GPU pod with custom image and hardware
- Create a serverless endpoint with configurable worker count
- Manage templates and network volumes without leaving the chat
FAQ from RunPod
What are the prerequisites for using RunPod?
Node.js 18 or higher, a RunPod account, a valid RunPod API key, and an MCP‑compatible client such as Claude for Desktop.
How do I set my RunPod API key?
Set the RUNPOD_API_KEY environment variable in your shell or in the Claude for Desktop configuration JSON under the server’s env object.
Where can I get my RunPod API key?
Retrieve it from the RunPod console at https://www.runpod.io/console/user/settings.
How do I run RunPod with Claude for Desktop?
Edit the Claude config file (claude_desktop_config.json) and add a runpod entry referencing the built index.js file and your API key, then restart Claude for Desktop.
Is RunPod safe for production use?
The server grants full account access via your API key. The README recommends never sharing the key, using limited‑permission keys, and not deploying to production without proper security measures.
More Cloud & Infrastructure MCP servers
AWS MCP
RafalWilinskiTalk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.
GCP MCP
eniayomiA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Google Cloud Platform environment. This allows for natural language querying and management of your GCP resources during conversations.
MCP Server that interacts with Azure AI Foundry (experimental)
azure-ai-foundryA MCP Server for Azure AI Foundry: it's now moved to cloud, check the new Foundry MCP Server
Mcp K8s Go
strowkMCP server connecting to Kubernetes
Lambda MCP Server Demo (Streamable HTTP)
mikegc-awsCreates a simple MCP tool server with "streaming" HTTP.
Comments