Serves as the runtime environment for the MCP server, required for installation and operation.
Supports management of RunPod resources with NVIDIA GPUs, including creating and configuring pods with specific NVIDIA GPU types and counts.
Enables deployment of pods with PyTorch images, allowing users to specify PyTorch-based container environments.
Provides tools for managing RunPod serverless endpoints, including creation, configuration, and scaling of serverless deployments.
Supports deployment of pods with Ubuntu-based images, enabling users to specify Ubuntu versions in their container environments.
Runpod MCP Server
This Model Context Protocol (MCP) server enables you to interact with the Runpod REST API through Claude or other MCP-compatible clients.
Features
The server provides tools for managing:
Pods: Create, list, get details, update, start, stop, and delete pods
Endpoints: Create, list, get details, update, and delete serverless endpoints
Templates: Create, list, get details, update, and delete templates
Network Volumes: Create, list, get details, update, and delete network volumes
Container Registry Authentications: Create, list, get details, and delete authentications
Related MCP server: my-mcp-server
Quick Start
Prerequisites
Node.js 18 or higher
A Runpod account and API key (get your API key)
Running with npx
You can run the server directly without installation:
Installing via Smithery
To install for Claude Desktop automatically via Smithery:
Setting up with Claude for Desktop
Open Claude for Desktop
Edit the config file:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
Add the server configuration:
Restart Claude for Desktop
Usage Examples
List all pods
Create a new pod
Create a serverless endpoint
Security Considerations
This server requires your Runpod API key, which grants full access to your Runpod account. For security:
Never share your API key
Be cautious about what operations you perform
Consider setting up a separate API key with limited permissions
Don't use this in a production environment without proper security measures
License
Apache-2.0