Skip to main content
Glama

ComfyUI MCP Server

by jonpojonpo

generate_image

Create custom images by providing positive and negative prompts, dimensions, and a seed for reproducibility using the ComfyUI MCP Server. Ideal for generating tailored visuals with precise control.

Instructions

Generate an image using ComfyUI

Input Schema

NameRequiredDescriptionDefault
heightNoImage height in pixels
negative_promptNoNegative prompt describing what you don't wantbad hands, bad quality
promptYesPositive prompt describing what you want in the image
seedNoSeed for reproducible generation
widthNoImage width in pixels

Input Schema (JSON Schema)

{ "properties": { "height": { "default": 512, "description": "Image height in pixels", "type": "number" }, "negative_prompt": { "default": "bad hands, bad quality", "description": "Negative prompt describing what you don't want", "type": "string" }, "prompt": { "description": "Positive prompt describing what you want in the image", "type": "string" }, "seed": { "default": 8566257, "description": "Seed for reproducible generation", "type": "number" }, "width": { "default": 512, "description": "Image width in pixels", "type": "number" } }, "required": [ "prompt" ], "type": "object" }
Install Server

Other Tools from ComfyUI MCP Server

Related Tools

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/jonpojonpo/comfy-ui-mcp-server'

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