Back to Apps

ComfyUI MCP
by artokun
Control ComfyUI from Claude: generate images and video, manage models and custom nodes, and edit live graphs.
0 stars
Works in:claude
Exposes:ToolsResourcesPrompts
What it does
Connects AI agents to ComfyUI, allowing them to execute and author complex image and video generation workflows. It enables agents to manage models, install custom nodes, and even edit the ComfyUI graph in real-time via a dedicated sidebar panel.
Tools
generate_image: Build and execute a text-to-image workflow with auto-selected checkpoints.enqueue_workflow: Submit an API-format JSON workflow for execution.visualize_workflow: Convert a workflow to a Mermaid flowchart for structural analysis.download_model: Download checkpoints, LoRAs, and VAEs to the correct directory.search_custom_nodes: Discover and install custom node packs via the ComfyUI Registry.get_system_stats: Monitor GPU VRAM and system health.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"comfyui": {
"command": "npx",
"args": ["-y", "comfyui-mcp"]
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
Quick install
npx -y comfyui-mcpInformation
- Pricing
- free
- Published
- 6/19/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"comfyui": {
"command": "npx",
"args": ["-y", "comfyui-mcp"]
}
}
}





