Retour aux applications

ComfyUI MCP
par artokun
Control ComfyUI from Claude: generate images and video, manage models and custom nodes, and edit live graphs.
0 étoiles
Fonctionne dans:claude
Expose: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
Installation rapide
npx -y comfyui-mcpInformations
- Tarification
- free
- Publié
- 6/19/2026
- étoiles
- 0
Catégories
Choisissez votre client IA et suivez les étapes ci-dessous.
Claude Desktop
{
"mcpServers": {
"comfyui": {
"command": "npx",
"args": ["-y", "comfyui-mcp"]
}
}
}





