← Registry

DevOps

runcomfy.com

Manages serverless API deployments for ComfyUI.

1 endpoint10 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://mcp.runcomfy.com/mcp

No auth detected

MCP server metadata

Name
RunComfy MCP
Version
1.28.1
Capabilities
experimentalpromptsresourcestools

Known tools 10

list_deployments

List Serverless API deployments in the caller's account.

Inferred read-only
get_deployment

Get one deployment by ID.

Inferred read-only
create_deployment

Create a Serverless API (ComfyUI) deployment.

Potential side effects
update_deployment

Partially update a deployment.

Potential side effects
delete_deployment

Permanently delete a deployment.

Potential side effects
submit_request

Submit an async inference request to a deployment.

Inferred read-only
get_request_status

Poll a request's current status.

Inferred read-only
get_request_result

Fetch a completed request's outputs.

Inferred read-only
cancel_request

Cancel a queued or running request.

Inferred read-only
call_instance_proxy

Call a ComfyUI backend endpoint on a live instance.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.runcomfy-mcp]
url = "https://mcp.runcomfy.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "runcomfy-mcp": {
      "type": "http",
      "url": "https://mcp.runcomfy.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: runcomfy-mcp
Remote MCP URL: https://mcp.runcomfy.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "runcomfy-mcp": {
      "url": "https://mcp.runcomfy.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "runcomfy-mcp": {
      "type": "http",
      "url": "https://mcp.runcomfy.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "runcomfy-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.runcomfy.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.