mit einem Klick
history
Show recent ComfyUI generation history
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Show recent ComfyUI generation history
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
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
Basierend auf der SOC-Berufsklassifikation
| 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.