Image Generator MCP Server

generate_image

Generate an image from a prompt.

Input Schema

NameRequiredDescriptionDefault
imageNameYesThe filename for the image excluding any extensions.
promptYesA prompt detailing what image to generate.

Input Schema (JSON Schema)

{ "properties": { "imageName": { "description": "The filename for the image excluding any extensions.", "type": "string" }, "prompt": { "description": "A prompt detailing what image to generate.", "type": "string" } }, "required": [ "prompt", "imageName" ], "type": "object" }

You must be authenticated.

Other Tools