Skip to main content
Glama

Image Generation MCP Server

generate_image

Create custom images from text prompts using the Flux.1 Schnell model. Specify dimensions and model preferences to generate high-quality visuals tailored to your needs.

Instructions

Generate an image based on the text prompt, model, and optional dimensions

Input Schema

NameRequiredDescriptionDefault
heightNoOptional height for the image
modelYesThe exact model name as it appears in Together AI. If incorrect, it will fallback to the default model (black-forest-labs/FLUX.1-schnell).
promptYesThe text prompt for image generation
widthNoOptional width for the image

Input Schema (JSON Schema)

{ "properties": { "height": { "description": "Optional height for the image", "type": "number" }, "model": { "description": "The exact model name as it appears in Together AI. If incorrect, it will fallback to the default model (black-forest-labs/FLUX.1-schnell).", "type": "string" }, "prompt": { "description": "The text prompt for image generation", "type": "string" }, "width": { "description": "Optional width for the image", "type": "number" } }, "required": [ "prompt", "model" ], "type": "object" }

Other Tools from Image Generation 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/sarthakkimtani/mcp-image-gen'

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