runpod_pod_create
Deploy a RunPod pod from the comfyui-mcp template to run ComfyUI with preinstalled nodes and models. Supports GPU type and cloud type selection.
Instructions
Deploy a BRAND-NEW RunPod pod from our comfyui-mcp template (image with the panel + Manager + our nodes preinstalled), then it can be started/connected like any pod. One-tap alternative to the console deploy link for a user who already has a RunPod account + API key. Because our template is used, the agent can install the user's exact custom nodes/LoRAs + download models on it → full canvas parity. Tries several GPU types until one has capacity (on-demand availability fluctuates). NOTE: this bills GPU-time as soon as the pod boots — confirm with the user first, and stop it (runpod_pod_stop) when done. For onboarding a NEW RunPod user, prefer runpod_deploy_link so their signup credits our referral.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Pod name (default 'comfyui-mcp'). | |
| connect | No | After it boots, wait and auto-connect comfyui-mcp to it (default false — deploy returns immediately; the pod still needs ~1-3min to boot). | |
| gpu_type | No | GPU type to prefer, e.g. "NVIDIA GeForce RTX 4090". Default tries: NVIDIA GeForce RTX 4090, NVIDIA RTX A6000, NVIDIA RTX PRO 4500 Blackwell, NVIDIA A40, NVIDIA RTX A5000. | |
| cloud_type | No | COMMUNITY (cheaper, default) or SECURE. |