HomeDesign & Media › runcomfy-mcp

runcomfy-mcp

Remote MCP for RunComfy: ComfyUI deployments, hosted models, LoRA training. 31 tools.

Official Python Cloud Remote
★ 0 stars Last pushed 2026-09-15 License: MIT

Topics: Art & Culture

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.runcomfy.com/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http runcomfy-mcp https://mcp.runcomfy.com/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "runcomfy-mcp": {
      "url": "https://mcp.runcomfy.com/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — RunComfy API token as a Bearer credential (Bearer <YOUR_RUNCOMFY_TOKEN>). Get it from https://www.runcomfy.com/profile

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry