# io.github.runcomfy-com/runcomfy-mcp (remote · mcp.runcomfy.com)

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

- Trust score: 63/100 (medium)
- Change this week: +5
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp.runcomfy.com`: 63/100 (this document), [markdown](https://verifymcp.io/servers/runcomfy-com-runcomfy-mcp/mcp.md), [page](https://verifymcp.io/servers/runcomfy-com-runcomfy-mcp/mcp)

## Channel facts

- Endpoint: `https://mcp.runcomfy.com/mcp`
- Transports: `streamable-http`
- Auth: `required`
- Version: `1.0.1`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation check failed: no authorisation is required to call this server, and it exposes a tool marked destructive (delete_deployment).
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 72/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1342 tokens (~134/item across 10 items; 10 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http runcomfy-com-runcomfy-mcp https://mcp.runcomfy.com/mcp
```

### Codex

```toml
[mcp_servers.runcomfy-com-runcomfy-mcp]
url = "https://mcp.runcomfy.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "runcomfy-com-runcomfy-mcp": {
      "type": "remote",
      "url": "https://mcp.runcomfy.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add runcomfy-com-runcomfy-mcp --url https://mcp.runcomfy.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  runcomfy-com-runcomfy-mcp:
    url: "https://mcp.runcomfy.com/mcp"
```

### Other

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

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 63, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 62, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 61, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 60, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 59, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 58, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 57)

First indexed and scored.

## MCP tools (10)

### `list_deployments` (~108 tokens)

List Serverless API deployments in the caller's account.

    Backs ``GET /prod/v2/deployments``.

    Args:
        ids: Optional list of deployment IDs to filter to.
        include_payload: Include workflow_api_json, overrides, and
            object_info_url for each deployment. Larger response.
        include_readme: Include the deployment's README markdown.

Input parameters:

- `ids`
- `include_payload` (boolean)
- `include_readme` (boolean)

### `get_deployment` (~102 tokens)

Get one deployment by ID.

    Backs ``GET /prod/v2/deployments/{deployment_id}``.

    Set include_payload=true to inspect the deployed workflow graph
    (workflow_api_json) and default overrides — use the node IDs and
    input names to build the ``overrides`` for ``submit_request``.

Input parameters:

- `deployment_id` (string, required)
- `include_payload` (boolean)
- `include_readme` (boolean)

### `create_deployment` (~259 tokens)

Create a Serverless API (ComfyUI) deployment.

    Backs ``POST /prod/v2/deployments``. For LoRA deployments, create
    via the runcomfy.com UI instead.

    Args:
        name: Human-readable name.
        workflow_id: UUID of the ComfyUI workflow.
        workflow_version: Version label, e.g. "v1".
        hardware: One of TURING_16, AMPERE_24, AMPERE_48, ADA_48_PLUS,
            AMPERE_80, ADA_80_PLUS, HOPPER_141.
        min_instances: 0..30. Warm instance floor (billable if > 0).
        max_instances: 1..60. Concurrency ceiling.
        queue_size: >= 0. Pending requests before scaling up.
        keep_warm_duration_in_seconds: >= 0. Idle timeout.

Input parameters:

- `hardware` (string)
- `keep_warm_duration_in_seconds` (integer)
- `max_instances` (integer)
- `min_instances` (integer)
- `name` (string, required)
- `queue_size` (integer)
- `workflow_id` (string, required)
- `workflow_version` (string, required)

### `update_deployment` (~115 tokens)

Partially update a deployment.

    Backs ``PATCH /prod/v2/deployments/{deployment_id}``. Only pass the
    fields you want to change. Set is_enabled=false to pause;
    true to re-enable.

Input parameters:

- `deployment_id` (string, required)
- `hardware`
- `is_enabled`
- `keep_warm_duration_in_seconds`
- `max_instances`
- `min_instances`
- `name`
- `queue_size`
- `workflow_version`

### `delete_deployment` (~64 tokens)

Permanently delete a deployment.

    Backs ``DELETE /prod/v2/deployments/{deployment_id}``. This cannot
    be undone. Consider ``update_deployment(is_enabled=false)`` to pause
    instead.

Input parameters:

- `deployment_id` (string, required)

### `submit_request` (~349 tokens)

Submit an async inference request to a deployment.

    Backs ``POST /prod/v1/deployments/{deployment_id}/inference``.

    Args:
        deployment_id: Target deployment.
        overrides: Partial graph keyed by node_id, e.g.
            ``{"6": {"inputs": {"text": "a cat"}}}``.
            Use ``get_deployment(include_payload=true)`` to discover
            node IDs and input names.
        workflow_api_json: Advanced — run a different workflow without
            updating the deployment. Omit ``overrides`` in this mode.
        extra_data: E.g. ``{"api_key_comfy_org": "comfyui-..."}`` for
            ComfyUI Core API nodes.
        webhook_url: Push-based updates instead of polling.
        webhook_intermediate_status: Fire webhooks on every status
            change, not just terminal.
        wait_for_completion: If true, poll until done and return the
            result inline.
        timeout_seconds: Max wait when wait_for_completion=true.

    File inputs: pass a public HTTPS URL or Base64 data URI directly
    in the overrides value, e.g.
    ``{"189": {"inputs": {"image": "https://example.com/photo.jpg"}}}``
    or ``{"189": {"inputs": {"image": "data:image/jpeg;base64,/9j..."}}}``.

Input parameters:

- `deployment_id` (string, required)
- `extra_data`
- `overrides`
- `timeout_seconds` (integer)
- `wait_for_completion` (boolean)
- `webhook_intermediate_status`
- `webhook_url`
- `workflow_api_json`

### `get_request_status` (~79 tokens)

Poll a request's current status.

    Backs ``GET /prod/v1/deployments/{deployment_id}/requests/{request_id}/status``.
    Lifecycle: ``in_queue`` → ``in_progress`` → ``completed`` / ``cancelled``.

Input parameters:

- `deployment_id` (string, required)
- `request_id` (string, required)

### `get_request_result` (~67 tokens)

Fetch a completed request's outputs.

    Backs ``GET /prod/v1/deployments/{deployment_id}/requests/{request_id}/result``.
    Output URLs are hosted for 7 days.

Input parameters:

- `deployment_id` (string, required)
- `request_id` (string, required)

### `cancel_request` (~74 tokens)

Cancel a queued or running request.

    Backs ``POST /prod/v1/deployments/{deployment_id}/requests/{request_id}/cancel``.
    Returns ``cancelled`` if accepted, ``not_cancellable`` if already done.

Input parameters:

- `deployment_id` (string, required)
- `request_id` (string, required)

### `call_instance_proxy` (~125 tokens)

Call a ComfyUI backend endpoint on a live instance.

    Backs ``POST /prod/v2/deployments/{deployment_id}/instances/{instance_id}/proxy/{path}``.

    Get the instance_id from ``get_request_status`` once the status is
    ``in_progress``. Common target: ``api/free`` with
    ``{"unload_models": true}`` to free GPU memory.

Input parameters:

- `comfy_backend_path` (string, required)
- `deployment_id` (string, required)
- `instance_id` (string, required)
- `request_body`

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/runcomfy-com-runcomfy-mcp/mcp#diagnostics

## Score history

- 2026-08-03: 63
- 2026-08-02: 62
- 2026-08-01: 62
- 2026-07-31: 61
- 2026-07-30: 60
- 2026-07-29: 59
- 2026-07-28: 59
- 2026-07-27: 58
- 2026-07-26: 57

## Links

- Remote endpoint: https://mcp.runcomfy.com/mcp
- Authorisation metadata: https://mcp.runcomfy.com/.well-known/oauth-protected-resource/mcp
- Repository: https://github.com/runcomfy-com/runcomfy-mcp
- Website: https://www.runcomfy.com/
- Changelog RSS feed: https://verifymcp.io/servers/runcomfy-com-runcomfy-mcp/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/runcomfy-com-runcomfy-mcp/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/runcomfy-com-runcomfy-mcp/mcp
