Image Generator MCP Server

generate_image

Create custom images from text prompts using OpenAI's DALL-E-3 model. Specify a prompt and filename to generate and save images efficiently.

Instructions

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 from Image Generator MCP Server

Related Tools

ID: hp0az6p3gb