comfyops-mcp
Provides tools for downloading models from Hugging Face, including optional SHA-256 verification and bearer-token support for gated repositories.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@comfyops-mcpGenerate an image of a cat surfing on a pizza slice"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
comfyops-mcp — Local Generative AI Engine
Wraps ComfyUI so you can generate images, video, and upscales from a prompt — without ever touching the node editor. Pick a curated workflow, type what you want, get a PNG or MP4.
FastMCP 3.4+ | 5 portmanteau tools | 27 curated workflows | ComfyUI :11086 | Backend :11087 | Dashboard :11088
Comfy for the Perplexed
What's ComfyUI? It's the engine room of local AI image generation. You connect boxes labelled "KSampler", "CLIP Text Encode", and "VAE Decode" with wires, like a Moog synthesizer made by someone who hates knobs. It's incredibly powerful and completely impenetrable.
What's this? comfyops-mcp is a butler for ComfyUI. You tell it what you want — "a cat surfing on a pizza slice" — and it picks the right boxes, wires them up, and hands you the result. No node editor, no patch cables, no "what's a CFG scale?"
What can it do?
Turn text into images — verified: FLUX.2 klein 4B (seed-reproducible) and SD 1.5; curated: SDXL, FLUX.1 family, Z-Image, PixArt, Lumina2
Turn text or photos into short videos — curated (Wan 2.1/2.2, Hunyuan, LTX, Mochi, Cosmos) — not yet end-to-end verified
Upscale / restore old images — curated (ESRGAN, SUPIR) — not yet end-to-end verified
Inpaint and edit (SD1.5 inpaint/img2img; FLUX fill curated)
Browse and catalog workflows from the community
Remember every generation with its seed so you can reproduce it later
Who is it for?
You, who just wants pictures — prompt in, PNG out
You, who has an RTX 4090 gathering dust — put it to work
You, who already uses ComfyUI — now your AI assistant can drive it
You, who saw a cool AI image online and wants to make one
If you already know ComfyUI: comfyops registers curated workflows from
workflows/as MCP tools. You can add your own withcomfy_workflows/register. The workflows dir is yours — export from the node editor, drop in, done.
Related MCP server: comfyui-mcp
Preview
ComfyUI Node Editor (what we wrap) | comfyops Dashboard (what you see) |
|
|
Screenshots pending — run
just screenshotsonce the dashboard is live.
What You Can Do
"Generate a 1024x1024 image of a cat surfing on a pizza slice"
"Upscale my archive of 2024 SD generations to 4K"
"Turn this photo into a cinematic video" (Wan 2.2 i2v)
"Make 10 variations of this character concept"Quick Install
git clone https://github.com/sandraschi/comfyops-mcp
cd comfyops-mcp
uv sync
.\start.ps1See docs/ONBOARDING.md for first-run (ComfyUI + models), and INSTALL.md for Claude Desktop config.
Models from Civitai: use civitai-mcp to search/download into the ComfyUI models tree; this repo generates.
Features
Prompt-to-image — verified: FLUX.2 klein 4B fp8 (official ComfyUI wiring, ~1-2 min per 1024x1024 on a 4090, seed-reproducible) and SD 1.5
Prompt-to-video / upscale / inpaint: curated workflows (Wan 2.1/2.2, Hunyuan, LTX, Mochi, ESRGAN, SUPIR) — pending end-to-end verification
Model downloads:
comfy_models/downloadstreams from Hugging Face with optional sha256 verification and Bearer auth for gated reposVRAM guard: Checks free GPU memory before queueing — no OOM crashes; models are unloaded after each run so the reading stays honest
Seed control: Same seed + same workflow = identical output, every time (verified)
Generation library & gallery: SQLite history with sorting, filters, batch delete/export (CSV/JSON), and crossconnects (same workflow/model)
Agentic workflow: Multi-step generation planning via MCP sampling (SEP-1577)
Prefab cards: Rich in-chat status and generation cards
How It Runs
Mode | ComfyUI required? | When |
MCP tools (stdio/HTTP) | Yes | Generation via Claude Desktop, Cursor, opencode |
Dashboard (Vite) | No | Browse workflows, models, library — generation needs ComfyUI |
ComfyUI sidecar | Optional |
|
Workflow Depot
comfyops ships with 27 curated workflows (t2i, i2v, t2v, inpaint, edit, upscale, restore).
Use comfy_workflows/register to add your own exports from the ComfyUI node editor.
Tools
Tool | Ops |
| image, video, upscale, inpaint, edit |
| list, get, validate, register |
| list_installed, download, check_vram, health |
| recent, search, record |
| Multi-step via MCP sampling |
Community
ComfyUI GitHub — the project we wrap
ComfyUI Discord — 100k+ members, workflow sharing, troubleshooting
ComfyUI Workflows on Reddit — daily shared workflows
CivitAI — models, LoRAs, and workflow downloads
ComfyUI Registry — official workflow and node registry
OpenArt — community workflows with parameter previews
ComfyUI Examples — official example gallery
Links
Onboarding — ComfyUI, ports, civitai handoff
Configuration — env vars reference
Tool Reference — full parameter docs
Development — setup, testing, contributing
Troubleshooting — common issues
Fleet start:
mcp-central-docs/starts/comfyops-mcp-start.bat
This server cannot be deployed
Maintenance
Related MCP Connectors
Remote MCP for RunComfy: ComfyUI deployments, hosted models, LoRA training. 31 tools.
Create and manage AI image and video generations through Quriov's fixed public MCP tools.
Multi-model AI image and video generator. 14 models behind one OAuth-secured MCP endpoint.
Create images & video from any MCP agent — 17 models, spend limits, one URL.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceDynamically loads ComfyUI workflows as MCP tools, enabling AI assistants to generate images, videos, and audio by executing workflows across categories like text-to-image, image-to-video, and text-to-audio with automatic parameter mapping and progress monitoring.43,607 npm3MIT
- AlicenseAqualityDmaintenanceMCP server for ComfyUI — text-to-image, variations, img2img refine, upscale, image proxy, and workflow runner.1585 npm1MIT
- AlicenseNot gradedqualityDmaintenanceConverts ComfyUI workflows into MCP tools for AI agents to generate images, videos, and other multimedia content.6MIT
- AlicenseNot gradedqualityBmaintenanceMCP server that wraps ComfyUI for SDXL image generation. It exposes tools for generating images, listing models, and checking ComfyUI health, with presets and GPU resource coordination.MIT

