Skip to main content
Glama

DALL-E MCP Server

by szabadkai

generate_image

Create custom images from text prompts using OpenAI's DALL-E 3 model. Specify size, quality, and style, and save directly to the local filesystem for seamless integration.

Instructions

Generate an image using OpenAI's DALL-E 3 model based on a text prompt

Input Schema

NameRequiredDescriptionDefault
filenameNoOptional custom filename (without extension)
promptYesThe text prompt describing the image to generate
qualityNoImage quality (standard or hd)standard
sizeNoImage size (1024x1024, 1024x1792, or 1792x1024)1024x1024
styleNoImage style (vivid or natural)vivid

Input Schema (JSON Schema)

{ "properties": { "filename": { "description": "Optional custom filename (without extension)", "type": "string" }, "prompt": { "description": "The text prompt describing the image to generate", "type": "string" }, "quality": { "default": "standard", "description": "Image quality (standard or hd)", "enum": [ "standard", "hd" ], "type": "string" }, "size": { "default": "1024x1024", "description": "Image size (1024x1024, 1024x1792, or 1792x1024)", "enum": [ "1024x1024", "1024x1792", "1792x1024" ], "type": "string" }, "style": { "default": "vivid", "description": "Image style (vivid or natural)", "enum": [ "vivid", "natural" ], "type": "string" } }, "required": [ "prompt" ], "type": "object" }

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

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