Back to MCP directory

RunComfy MCP

RunComfy 官方远程 MCP 服务器,封装 RunComfy Serverless API(ComfyUI):管理 GPU 部署、提交异步推理、获取图像/视频结果。共 10 个工具。远程端点 https://mcp.runcomfy.com/mcp(Bearer 鉴权)。

article

README

RunComfy MCP

官方远程 MCP 服务器,封装 RunComfy Serverless API (ComfyUI):管理 GPU 部署、提交异步推理、获取图像/视频结果。

连接方式(远程 streamable-http)

端点:https://mcp.runcomfy.com/mcp

配置示例:

{"mcpServers":{"runcomfy":{"url":"https://mcp.runcomfy.com/mcp","headers":{"Authorization":"Bearer <YOUR_RUNCOMFY_TOKEN>"}}}}

Token 从 https://www.runcomfy.com/profile 获取。也已发布到官方 MCP registry:io.github.runcomfy-com/runcomfy-mcp

工具(共 10 个)

list_deployments, get_deployment, create_deployment, update_deployment, delete_deployment, submit_request, get_request_status, get_request_result, cancel_request, call_instance_proxy

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client