Skip to main content
Glama

Image Generator MCP Server

generate_image

Create custom images from text prompts using OpenAI's dall-e-3 model. Specify a prompt and image name to generate and save unique visuals.

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" }
Install Server

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

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