MCP.so
登录

RunPod

@runpod

关于 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

基本信息

分类

云与基础设施

传输方式

stdio

发布者

runpod

提交者

Jacob Wright

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

云与基础设施 分类下的更多 MCP 服务器