Skip to main content
Glama

DALL-E 3 MCP Server

by chrisurf

generate_image

Create high-quality images from text prompts using DALL-E 3. Specify size, quality, and style to save generated visuals to a designated output path.

Instructions

Generate an image using DALL-E 3

Input Schema

NameRequiredDescriptionDefault
output_pathYesFull path where the image should be saved
promptYesText prompt for image generation
qualityNoImage qualityhd
sizeNoImage size1024x1024
styleNoImage stylevivid

Input Schema (JSON Schema)

{ "properties": { "output_path": { "description": "Full path where the image should be saved", "type": "string" }, "prompt": { "description": "Text prompt for image generation", "type": "string" }, "quality": { "default": "hd", "description": "Image quality", "enum": [ "standard", "hd" ], "type": "string" }, "size": { "default": "1024x1024", "description": "Image size", "enum": [ "1024x1024", "1024x1792", "1792x1024" ], "type": "string" }, "style": { "default": "vivid", "description": "Image style", "enum": [ "vivid", "natural" ], "type": "string" } }, "required": [ "prompt", "output_path" ], "type": "object" }
Install Server

Other Tools from DALL-E 3 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/chrisurf/imagegen-mcp-d3'

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