Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
COMFYUI_CONFIGYesPath to the ComfyUI configuration file (config.json)

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
comfy_submit_workflowB

Submit a complete workflow JSON to ComfyUI for execution. Supports parameter overrides for dynamic modifications without editing the workflow structure.

comfy_generate_simpleC

Quick image generation using pre-configured workflow templates (flux_txt2img, sd15_txt2img, sdxl_txt2img, basic_img2img). Ideal for common use cases without managing workflow JSON.

comfy_get_statusA

Get the current status and progress of a specific generation or the overall queue. Returns queue position, progress, and output paths when available.

comfy_wait_for_completionA

Block until a generation completes or fails. Returns final outputs with image paths. Useful for synchronous workflows.

comfy_list_modelsB

List available models, checkpoints, LoRAs, VAEs, and other resources in the ComfyUI models directory. Supports filtering by type and name.

comfy_save_workflowC

Save a workflow JSON to the MCP library for later reuse. Includes metadata like description and tags for organization.

comfy_load_workflowB

Load a saved workflow from the MCP library by name. Returns the workflow JSON and metadata.

comfy_list_workflowsA

List all saved workflows in the MCP library. Supports filtering by name, description, or tags.

comfy_delete_workflowA

Delete a saved workflow from the MCP library. Requires confirmation for safety.

comfy_get_queueA

Get detailed information about the current generation queue, including running and pending items.

comfy_cancel_generationB

Cancel a specific generation or interrupt the currently executing generation. Can optionally remove from queue.

comfy_clear_queueA

Clear all pending items from the queue (does not affect currently running generation). Requires confirmation.

comfy_upload_imageC

Upload an image to ComfyUI's input folder for use in workflows. Supports custom filenames and overwrite control.

comfy_get_output_imagesA

List recent output images from ComfyUI's output folder. Returns full Windows paths that Claude Desktop can read.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Nikolaibibo/claude-comfyui-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server