Skip to main content
Glama

Universal Image Generator MCP Server

by ECNU3D
MIT License
2

generate_image_from_text

Create custom images from text descriptions using AI image generation. Convert your ideas into visual content by providing descriptive prompts.

Instructions

Generate an image based on the given text prompt using the configured image provider.

Args: prompt: User's text prompt describing the desired image to generate model_type: Optional model type for Google provider ("gemini" or "imagen"). If not specified, uses the default from GOOGLE_MODEL env var. Returns: Path to the generated image file using the configured provider's image generation capabilities

Input Schema

NameRequiredDescriptionDefault
model_typeNo
promptYes

Input Schema (JSON Schema)

{ "properties": { "model_type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Model Type" }, "prompt": { "title": "Prompt", "type": "string" } }, "required": [ "prompt" ], "type": "object" }

Other Tools from Universal 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/ECNU3D/universal-image-generator-mcp'

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