Back to directory
jacobcwright/runpod-mcp

jacobcwright/runpod-mcp

@jacobcwright

This Model Context Protocol (MCP) server enables you to interact with the RunPod REST API through Claude or other MCP-compatible clients.

runpodcloudgpupodserverlessapimcp

Installation & Configuration

{
  "mcpServers": {
    "runpod": {
      "command": "node",
      "args": [
        "/path/to/runpod-mcp-server/build/index.js"
      ],
      "env": {
        "RUNPOD_API_KEY": "your_api_key_here"
      }
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2026/6/14
Updated
2026/6/15