comfyui-mcp
by miller-joe
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | Bind host for the MCP server | 0.0.0.0 |
| MCP_PORT | No | Bind port for the MCP server | 9100 |
| COMFYUI_URL | No | ComfyUI HTTP URL (used internally by this server to call ComfyUI) | http://127.0.0.1:8188 |
| COMFYUI_PUBLIC_URL | No | Externally-reachable URL used in image URLs returned to MCP clients. Set this when the internal URL is not reachable from clients (common with Docker networks). If not set, defaults to COMFYUI_URL. | |
| COMFYUI_DEFAULT_CKPT | No | Default checkpoint filename, must match a file installed in your ComfyUI models/checkpoints/ directory | sd_xl_base_1.0.safetensors |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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/miller-joe/comfyui-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server