Gemini Image MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GEMINI_MODEL | No | Model to use for image generation | gemini-2.5-flash-image-preview |
| SAFETY_LEVEL | No | Content safety level: LOW, MEDIUM, HIGH, or BLOCK_NONE | MEDIUM |
| GEMINI_API_KEY | Yes | Your Google Gemini API key | |
| MAX_REQUESTS_PER_MINUTE | No | Rate limit for API requests per minute | 10 |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generateImageC | Generate images from text prompts using Google Gemini |
| modifyImageB | Modify existing images with text instructions |
| analyzeImageC | Analyze images and extract information |
| batchGenerateB | Generate multiple images from different prompts |
| applyStyleTransferC | Apply artistic styles to existing images |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool targets a distinct action: generating, modifying, analyzing, batch generating, and style transfer. No overlap in purpose, and descriptions clearly differentiate them.
Most tools follow a verb+Image pattern (generateImage, modifyImage, analyzeImage), but batchGenerate and applyStyleTransfer deviate, introducing inconsistency in prefix/object placement. Still readable and predictable overall.
With 5 tools, the set is well-scoped for the server's purpose. Each tool serves a core image generation or processing function without unnecessary bloat or thinness.
The domain covers generation, modification, analysis, batch operations, and style transfer, providing a comprehensive surface for typical Gemini image workflows. No critical operations appear missing.