mcpbeat Sign in

Comfyui MCP Server

local only

Comfyui MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 115 installs a week from npm. Last commit 8 Jun 2026.

MCP server for ComfyUI: text-to-image, variations, img2img refine, upscale, image proxy.

Installs per day peak 38 · avg 17 · +95% w/w
a month agotoday
115
Installs / week
npm · @miller-joe/comfyui-mcp
1
Stars
1 open issues
8 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Comfyui MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add comfyui-mcp -- npx -y @miller-joe/comfyui-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "comfyui-mcp": {
      "args": [
        "-y",
        "@miller-joe/comfyui-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.comfyui-mcp]
command = "npx"
args = ["-y", "@miller-joe/comfyui-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "comfyui-mcp": {
      "args": [
        "-y",
        "@miller-joe/comfyui-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "comfyui-mcp": {
      "args": [
        "-y",
        "@miller-joe/comfyui-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: COMFYUI_URL (ComfyUI HTTP URL used internally by this server. Default: http://127.0.0.1:8188), COMFYUI_PUBLIC_URL (Externally-reachable ComfyUI URL used in image URLs returned to clients. Set when the internal URL isn't reachable from MCP clients (common with Docker networks).), COMFYUI_DEFAULT_CKPT (Default checkpoint filename. Default: sd_xl_base_1.0.safetensors). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Comfyui MCP

same job, measured the same way
SQLBot MCP Proxy
by wenrou21

MCP server proxy for SQLBot Text-to-SQL queries and report generation.

local only
Grok Video
by codechap

MCP server for Grok video — text-to-video, image-to-video, and video editing

local only
Shopify MCP
by miller-joe

MCP server for Shopify Admin API with a ComfyUI bridge for AI product image generation.

32 installs/wk local only
OpenAI Image
by mindstone

OpenAI image generation MCP server for Model Context Protocol hosts

346 installs/wk local only
Google Slides MCP
by a1-x-tech

MCP server for the Google Slides API: presentations, slides, text, shapes, images and tables.

59 installs/wk local only
Image Diff
by pulsemcp

MCP server for programmatic image comparison and visual diff generation.

76 installs/wk local only
Groupdocs Redaction MCP
by groupdocs-redaction

MCP server for GroupDocs.Redaction — redact text, metadata, annotations, image areas via AI agents.

local only
Recraft MCP Server
by muhammetali

Recraft AI Image Generation MCP Server for AI coding agents

84 installs/wk local only

Comfyui MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Comfyui MCP?
Comfyui MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @miller-joe/comfyui-mcp was installed 115 times last week.
How do I connect Comfyui MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @miller-joe/comfyui-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Comfyui MCP?
The npm package @miller-joe/comfyui-mcp was installed 115 times in the last week. Week over week that is +95%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Comfyui MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 1 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.