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.
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.
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.
claude mcp add comfyui-mcp -- npx -y @miller-joe/comfyui-mcp
{
"mcpServers": {
"comfyui-mcp": {
"args": [
"-y",
"@miller-joe/comfyui-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.comfyui-mcp]
command = "npx"
args = ["-y", "@miller-joe/comfyui-mcp"]
{
"mcpServers": {
"comfyui-mcp": {
"args": [
"-y",
"@miller-joe/comfyui-mcp"
],
"command": "npx"
}
}
}
{
"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.
MCP server proxy for SQLBot Text-to-SQL queries and report generation.
MCP server for Grok video — text-to-video, image-to-video, and video editing
MCP server for Shopify Admin API with a ComfyUI bridge for AI product image generation.
OpenAI image generation MCP server for Model Context Protocol hosts
MCP server for the Google Slides API: presentations, slides, text, shapes, images and tables.
MCP server for programmatic image comparison and visual diff generation.
MCP server for GroupDocs.Redaction — redact text, metadata, annotations, image areas via AI agents.
Recraft AI Image Generation MCP Server for AI coding agents
Answers built from our own checks of this server.