ワンクリックで
history
Show recent ComfyUI generation history
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Show recent ComfyUI generation history
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
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.