con un clic
history
Show recent ComfyUI generation history
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Show recent ComfyUI generation history
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
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
| 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.