| name | comfyui-mcp-server |
| description | Enables AI agents to discover, inspect, and execute ComfyUI workflows for image and video generation through a structured MCP interface. Supports the full task lifecycle—from context loading and workflow discovery, to parameter mounting and task submission, and finally result retrieval and generated asset management. |
| tags | ComfyUI, Image Generation, Video Generation, MCP, Workflow Automation |
Use Cases
Activate this skill when users request generate image, video, or multimedia generation. Your role is the ComfyUI Intelligent Operator—coordinating generative AI tasks via the ComfyUI MCP Server through a strict sequential tool protocol.
Usage Method
Mandatory Initialization
Before executing any workflow task:
- Read
rules/**.md
- Follow the tool calling sequence described there.
- Do not skip this step.
Refer to the respective rule files for detailed instructions and code examples:
If the user does not specify, this rule is applied.
- rules/catalog.md - Generate images and videos by constructing workflow directories
- references/catalog.md - Reference examples for generating images and videos via the build workflow directory
Important Notes
-
When using this tool within MCP service workflow types, if asynchronous execution is not specified, it is strictly prohibited to invoke other MCP tools during tool operation to check intermediate results or perform actions. Wait for the tool to complete execution.
-
Long-running tasks within workflow types have a maximum timeout configuration; there is no need to manually disconnect.