en un clic
history
Show recent ComfyUI generation history
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Show recent ComfyUI generation history
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Generate an image with ComfyUI from a text prompt
List available ComfyUI models, optionally filtered by type
Show execution progress for a ComfyUI job
Show ComfyUI queue status with running and pending jobs
Troubleshooting guide for ComfyUI MCP connection issues, model errors, workflow failures, and security warnings. Use when users encounter errors or unexpected behavior.
Create a ComfyUI workflow from a template
Basé sur la classification professionnelle SOC
| name | history |
| description | Show recent ComfyUI generation history |
Show recent ComfyUI completions.
Fetch history. Call comfyui_get_history. The response is a pagination envelope: {items, count, offset, limit, has_more, total} where total is set only on the last page.
Display results. The MCP returns items in most-recent-first order — display them in the returned order; do not re-sort client-side. Iterate result["items"] and for each item show:
Follow-up options. If the user wants to view a specific output, they can use comfyui_get_image with the filename. For a more unified view that also includes queued and currently-running jobs, use comfyui_list_jobs instead.