Install
$ agentstack add mcp-ivenkoolab-comfy-agent ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
ComfyAgent
A local-first desktop studio for ComfyUI — pure-stdlib Python, vanilla JS, zero dependencies, one 10 MB exe
[](https://gitee.com/IvenKooLab/comfy-agent)
[](https://github.com/IvenKooLab/comfy-agent/releases) [](LICENSE) [](#quick-start) [](https://github.com/light-and-ray/awesome-alternative-uis-for-comfyui#-comfyagent)
English | [简体中文](README_zh-CN.md)
One native window that runs your local ComfyUI end to end: prompt-to-image/video creation, a gallery, a visual workflow editor, 600+ official templates, a model manager with resumable downloads, batch pipelines for episodic video, and an MCP server so external agents can drive it too.
Highlights
- 🖥️ Real desktop app — double-click the exe: native window + system tray. Closing the window minimizes it; single instance; no console box
- 🔒 Local-first — generation runs on your GPU, data never leaves your machine
- 🪶 Zero dependencies — pure Python standard library backend + vanilla JS frontend, ~10 MB installed
- 🌐 Bilingual — full UI and built-in help in English & Chinese
Features
- 🎨 Create — prompt-to-image (Flux) and prompt-to-video (MiniMax H3, native audio); Chinese prompts are auto-enhanced into English (LLM-powered, dictionary fallback); 12 style presets, character lock strings, image & video modes
- 👤 Characters — lock strings, reference images and character LoRA binding (auto-injected into image workflows, strength adjustable); ControlNet plan notes per character
- 🖼️ Gallery — live masonry, hover video preview, batch archive/delete, PNG parameter parsing, folder filters
- 📚 Templates — 600+ official ComfyUI templates with real previews, one-click load into the editor; new subgraph-based templates (e.g. SCAIL-2 character animation) are auto-flattened and load like any other
- 🔧 Workflows — SVG node editor (drag/link/snap/validation); built-in Flux + H3 workflows; import UI/API JSON or extract from PNG
- 📋 Runs — queue, progress, ETA, one-click retry, GPU time ledger
- 🎬 Pipeline — episodic script → shot list → batch queue → concat with BGM; shot-to-shot chaining (seamless long takes via last-frame continuation), priority queue, scene library, audio assets, subtitle burn-in, per-episode stats
- ⬢ Models — preset suites (SCAIL-2, MiniMax H3) with one-click resumable downloads and live progress; browse local model dirs by category with search; opening a template that needs missing models offers a one-jump download
- 🚀 Launcher — start/stop/update ComfyUI, model inventory, custom nodes, environment diagnostics (torch/triton/sage), logs
- 🗂️ Knowledge — Obsidian archiving, stats, graph view, full-text search
- 🤖 Assistant — natural-language control with multi-step actions
- 🔌 MCP Server — expose ComfyAgent to any MCP host (see below)
- 📖 Built-in help — 50+ searchable Q&A, bilingual
- 📊 Hardware bar — GPU util/temp/VRAM/RAM/queue, 2s refresh
Quick Start
- Grab
ComfyAgent-win64.zipfrom the latest release and unzip - Double-click
ComfyAgent.exe— a native window opens (30-second setup wizard on first run) - Close to tray; right-click the tray icon to quit
Requirements: a local ComfyUI (default 127.0.0.1:8188); ffmpeg on PATH (video poster frames); WebView2 runtime.
To develop against a source checkout: python server.py --open (browser mode), python app.py (desktop shell), bash build_exe.sh (build). See [CHANGELOG.md](CHANGELOG.md) for the design and iteration history.
Screenshots
Setup Wizard
Create
Templates
Pipeline
Launcher
Models
Knowledge (Obsidian)
Assistant
Help
Settings
About
MCP Server
A built-in zero-dependency MCP server (stdio + JSON-RPC 2.0) exposes ComfyAgent to any MCP host (ZCode / Claude Desktop / Cursor, ...):
| Tool | What it does | |---|---| | query_status | ComfyUI online state, running/queued jobs, VRAM | | submit_generation | Submit image/video generation (auto prompt enhancement, count ≤ 4) | | list_workflows | Workflow library (draft/final tiers with real timings) | | search_gallery | Search local gallery outputs |
"comfyagent": {
"command": "python",
"args": ["/mcp_server.py"],
"env": { "COMFYAGENT_URL": "http://127.0.0.1:8190" }
}
(Requires ComfyAgent to be running.)
Contributing
Issues and PRs welcome (English or Chinese):
- Fork → branch → commit → PR
- Describe the problem you solve and how to verify it
- Backend changes must stay on the zero-third-party-dependency principle (Python stdlib only)
License
[MIT](LICENSE) © 2026 IvenKooLab
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: IvenKooLab
- Source: IvenKooLab/comfy-agent
- License: MIT
- Homepage: https://github.com/IvenKooLab/comfy-agent/releases/latest
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.