Comfyui MCP

The Agent panel driving ComfyUI end to end - reading what is installed locally, wiring the graph, freeing VRAM, and running the render.

People connecting media tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-25 · ★ 671 · #1 OF 155 MAINTAINED MEDIA · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Comfyui MCP

before you install - you'll need

Set CIVITAI_API_TOKEN before connecting.

Claude Code

claude mcp add artokun-comfyui-mcp -- npx -y comfyui-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "artokun-comfyui-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "comfyui-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package comfyui-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.artokun is GitHub-verified and matches the repo owner

03 · What Comfyui MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.52.100 · 2026-08-25

MCP · Fixed · persist connect orchestrator logs (#2198) (#2228) · recover widget schema after combo timeout (#2229) · complete large panel_get_errors audits (#2227) · route list_templates through connected panel relay…

v0.52.99 · 2026-08-25

MCP · Fixed · Accept local input video filenames with repeated periods while preserving live input resolution, containment, and bounded reads (#2194)

v0.52.98 · 2026-08-24

MCP · Fixed · Align bundled Krea2 workflows with the current RBG Smart Seed Variance schema (#2193)

04 · Who maintains Comfyui MCP

comfyui-mcp is maintained by artokun. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
media - ranked #1 of 155 actively-maintained media servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-25)
registry
io.github.artokun/comfyui-mcp (active, first published 2026-05-21 · 97 versions)
packages
npm:comfyui-mcp

06 · Comfyui MCP FAQ

What is Comfyui MCP?

The Agent panel driving ComfyUI end to end - reading what is installed locally, wiring the graph, freeing VRAM, and running the render.

Is Comfyui MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-25 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Comfyui MCP?

Run `npx -y comfyui-mcp`. The README documents one environment variable (CIVITAI_API_TOKEN) to set first. Set CIVITAI_API_TOKEN before connecting. You can also paste the ready-made client config above.

Does Comfyui MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Comfyui MCP

head to head · Comfyui MCP vs Claude Real Video · Comfyui MCP vs Voicemode · Comfyui MCP vs Kinocut