Skip to main content
Glama

Image Generator MCP Server

by sammyl720

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

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/sammyl720/image-generator-mcp-server'

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