Comfy Pilot OpenCode Edition
БесплатноНе проверенMCP server that lets OpenCode (or any MCP-compatible AI coding tool) directly control ComfyUI for AI image generation.
Описание
MCP server that lets OpenCode (or any MCP-compatible AI coding tool) directly control ComfyUI for AI image generation.
README
MCP server that lets OpenCode (or any MCP-compatible AI coding tool) directly control ComfyUI for AI image generation.
Forked from ConstantineB6/comfy-pilot and adapted for OpenCode compatibility.
What this does
Instead of manually clicking nodes in ComfyUI, you just tell your AI agent:
- "Generate a 1920x1080 background of a dystopian room"
- "Create a character sprite with 3 expression variants"
- "Download this model and set up a workflow for it"
The agent uses MCP tools to manipulate your ComfyUI workflow, set prompts, and run generations — all programmatically.
Features
| Tool | Description |
|---|---|
get_workflow |
Get the full current workflow |
summarize_workflow |
Human-readable workflow summary |
get_node_types |
Search available node types |
get_node_info |
Get detailed info about a node |
get_status |
Queue status and system info |
run |
Run the workflow / interrupt |
edit_graph |
Batch create, delete, move, connect nodes |
view_image |
View outputs from image nodes |
search_custom_nodes |
Search ComfyUI Manager registry |
install_custom_node |
Install a custom node |
uninstall_custom_node |
Uninstall a custom node |
update_custom_node |
Update a custom node |
download_model |
Download models from HF/CivitAI/URLs |
Quick Start
1. Install dependencies
pip install mcp httpx
2. Start ComfyUI
Make sure ComfyUI is running on http://localhost:8188.
3. Configure OpenCode
Add to ~/.config/opencode/opencode.jsonc:
{
"mcp": {
"comfyui": {
"type": "local",
"command": ["python", "C:\\path\\to\\mcp_server.py"],
"enabled": true
}
}
}
Or for Claude Code (~/.claude/settings.json):
{
"mcpServers": {
"comfyui": {
"command": "python",
"args": ["/path/to/mcp_server.py"]
}
}
}
4. Restart your AI tool
Restart OpenCode or Claude Code to pick up the new MCP server.
5. Start generating
Once connected, you can just talk naturally:
"Load the Counterfeit model, set prompt to a dark sci-fi room, 1920x1080, and run it."
Requirements
- Python 3.8+
- ComfyUI (running on
localhost:8188) - An MCP-compatible client (OpenCode, Claude Code, etc.)
How it works
┌──────────────┐ stdio/MCP ┌──────────────┐ HTTP REST ┌──────────┐
│ OpenCode │ ◄──────────────────────►│ MCP Server │ ◄────────────────────►│ ComfyUI │
│ (AI Agent) │ command/prompt │ (Python) │ localhost:8188 │ (Server) │
└──────────────┘ └──────────────┘ └──────────┘
The MCP server translates natural language commands from the AI agent into ComfyUI API calls, then streams results back.
License
MIT — see LICENSE
Credits
Original project: ConstantineB6/comfy-pilot
Установка Comfy Pilot OpenCode Edition
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/jaijia/comfy-pilot-opencodeFAQ
Comfy Pilot OpenCode Edition MCP бесплатный?
Да, Comfy Pilot OpenCode Edition MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Comfy Pilot OpenCode Edition?
Нет, Comfy Pilot OpenCode Edition работает без API-ключей и переменных окружения.
Comfy Pilot OpenCode Edition — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Comfy Pilot OpenCode Edition в Claude Desktop, Claude Code или Cursor?
Открой Comfy Pilot OpenCode Edition на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Omni Video
An MCP server that transforms LLM-enabled IDEs into professional video editors by pre-processing footage into text proxies, generating motion graphics via HTML/
автор: buildwithtazaARA
Generate images, video and audio from any AI agent — one connector.
автор: ARAYouTube
Transcripts, channel stats, search
автор: YouTubeEverArt
AI image generation using various models.
автор: modelcontextprotocolCompare Comfy Pilot OpenCode Edition with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории media
