Image Generation MCP Server

generate_image

Generate an image based on the text prompt

Input Schema

NameRequiredDescriptionDefault
heightNoOptional height for the image
promptYesThe text prompt for image generation
widthNoOptional width for the image

Input Schema (JSON Schema)

{ "properties": { "height": { "description": "Optional height for the image", "type": "number" }, "prompt": { "description": "The text prompt for image generation", "type": "string" }, "width": { "description": "Optional width for the image", "type": "number" } }, "required": [ "prompt" ], "type": "object" }

You must be authenticated.

Other Tools