Comfyui MCP

The Agent panel driving ComfyUI end to end. It reads what is installed locally, wires the graph, frees VRAM, and runs the render.

People who work with agent skills, claude plugin and comfyui and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-14 · ★ 755 · #1 OF 173 MAINTAINED MEDIA · VERIFIED 2026-09-18

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.203 · 2026-09-10

MCP · Changed · This project is archived. ComfyUI now ships official agent and MCP tooling (Comfy Agent and Comfy MCP, by Comfy-Org) - report_issue is now a stub that files nothing and contacts no service, returning a…

v0.52.202 · 2026-09-07

MCP · Fixed · a relaunched ComfyUI preserves UTF-8 stdio on Windows under legacy codepages, including the case-insensitive PythonUtf8=0 opt-out (#2792). · panel_reload now returns a restart command only when this…

v0.52.201 · 2026-09-07

MCP · Fixed · npm-installed pi resolution now follows source order and uses the same readiness predicate as launch across explicit executables, .cmd, and POSIX shims (#2835, #2838). This fixes explicit-path precedence…

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 173 actively-maintained media servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-10)
registry
io.github.artokun/comfyui-mcp (active, first published 2026-05-21 · 197 versions)
packages
npm:comfyui-mcp

06 · Comfyui MCP FAQ

What is Comfyui MCP?

The Agent panel driving ComfyUI end to end. It reads what is installed locally, wires the graph, frees VRAM, and runs the render.

Is Comfyui MCP still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-14 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 Voicemode · Comfyui MCP vs Claude Real Video · Comfyui MCP vs Minutes