← Back to Plugins
MCP Server MCP

io.github.runcomfy-com/runcomfy-mcp

github By github 👁 1 views ▲ 0 votes

Remote MCP server for RunComfy Serverless API (ComfyUI): deployments and async inference.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.runcomfy.com/mcp",
      "headers": [
        {
          "description": "RunComfy API token as a Bearer credential (Bearer <YOUR_RUNCOMFY_TOKEN>). Get it from https://www.runcomfy.com/profile",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...