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) |
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 | |
Latest Blog Posts
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