Universal Image Generator MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GOOGLE_MODEL | No | Model to use with Google provider (only for Google provider, defaults to 'gemini') | gemini |
| ZHIPU_API_KEY | No | API key for ZhipuAI | |
| GEMINI_API_KEY | No | API key for Google (Gemini/Imagen) | |
| IMAGE_PROVIDER | Yes | Choose between Google (Imagen/Gemini), ZhipuAI, or Bailian | |
| DASHSCOPE_API_KEY | No | API key for Alibaba Bailian | |
| OUTPUT_IMAGE_PATH | No | Directory to save generated images (optional) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_image_from_textA | Generate an image based on the given text prompt using the configured image provider. |
| transform_image_from_encodedA | Transform an existing image based on the given text prompt using the configured image provider. |
| transform_image_from_urlB | Transform an existing image from a URL using the configured image provider. |
| transform_image_from_fileA | Transform an existing image file based on the given text prompt using the configured image provider. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |