
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
comfyui.mcp
Advanced tools
Give an AI agent access to ComfyUI generation, workflows, installed models, recent assets, and job controls through the Model Context Protocol.
Install the .NET 10 SDK.
The SDK includes dnx, which downloads and runs the pinned NuGet package
without a permanent installation.
Start ComfyUI normally and leave it available at http://localhost:8188.
Add this server to your MCP configuration:
{
"mcpServers": {
"comfyui": {
"command": "dnx",
"args": [
"ComfyUi.Mcp@0.0.1-preview5",
"--yes",
"--",
"--stdio"
]
}
}
}
See MCP client configuration for a complete configuration and copy-paste alternatives, including connecting to ComfyUI at another URL.
Some clients call the top-level property servers instead of mcpServers.
Restart or refresh the MCP client after saving the configuration.
Ask:
Run
setup_guide()and help me configure ComfyUI MCP.
The guide discovers installed models and bundled workflow families, then helps the agent choose workflows and create reusable defaults. The server can start while ComfyUI is offline, but model discovery and generation require ComfyUI to be running.
For a more deliberate first setup, ask your agent to:
setup_guide().workflow_list() and show workflows that match your installed models.family_list() and family_model_list() to check model associations.workflow_options_show() before the first execution.workflow_config_set().image_show().Workflow JSON defines the available parameters. Optional YAML layers provide reusable family, workflow, and model defaults. Tool-call values always have the highest precedence. See Configuration for the complete model.
Families group compatible installed models and enable random selection.
family_list() discovers configured families.family_model_list() shows installed members.family_model_add() and family_model_remove() maintain exact membership.Try asking: “Show my configured families and which installed models belong to each one.”
Bundled workflows cover image, audio, video, editing, upscaling, interpolation, and text generation.
workflow_list() discovers workflow IDs.workflow_options_show() resolves inputs, defaults, and allowed values.workflow_execute() runs any parameterized workflow.workflow_config_set() saves reusable defaults.Try asking: “List the workflows I can run, then explain the options for the best text-to-image workflow.”
model_list() reads the current checkpoint and diffusion-model inventory
directly from ComfyUI. Exact model requests must use the returned filename,
including its extension.
Try asking: “List my installed models and recommend compatible workflow families without inventing filenames.”
Generated outputs and their provenance are stored in a bounded SQLite registry that survives MCP server restarts.
asset_list() and asset_show() inspect recent outputs.generation_show() follows durable event-driven generation state.image_show() renders an image in the conversation.asset_regenerate() reuses a submitted workflow with new parameters.asset_publish_info() and asset_publish() copy outputs into a project.Try asking: “Show my five most recent assets and display the newest image.”
The server can upload inputs and manage ComfyUI jobs directly.
comfy_media_upload() stages image, audio, or video inputs.comfy_queue_status_show() reports running and pending jobs.comfy_job_show() reads local state for a prompt submitted by this server.comfy_job_cancel() cancels queued or running work.Try asking: “Show the ComfyUI queue and explain what is currently running.”
Ask the agent to call family_model_list() first, then use
model_strategy: random with the chosen family:
{
"prompt": "A cinematic city at dusk",
"workflow_id": "image_krea2_turbo_t2i",
"family": "krea2-turbo",
"model_strategy": "random",
"aspect_ratio": "16:9"
}
The server selects only from installed models associated with that family.
readme() to your system promptThe readme() tool returns compact operating instructions for agents, including
workflow discovery, exact model selection, media upload, and image display.
Call it once and add the returned text to your agent's system prompt or
persistent project instructions. read_skill() is an alias.
Self-contained Windows, Linux, and macOS archives are attached to each GitHub release.
Ported technical requirements from artokun/comfyui-mcp. Thank you!
FAQs
Unknown package
We found that comfyui.mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.