Gemini Image MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GEMINI_API_KEY | Yes | Your Gemini API key from Google AI Studio (https://aistudio.google.com/apikey) |
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 |
|---|---|
| generate_imageC | Generate an image using Google Gemini 3.0 (Nano Banana Pro). Supports up to 4K resolution and up to 14 reference images for style/content guidance. |
| edit_imageC | Edit one or more images using Google Gemini 3.0 (Nano Banana Pro). Supports style transfer, object manipulation, and multi-image mixing. |
| describe_imageB | Analyze and describe one or more images using Google Gemini. Returns text description only. |
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 3 tools
Each tool has a clearly distinct purpose: describe_image analyzes images, edit_image modifies existing images, and generate_image creates new images. There is no overlap in functionality, making it easy for an agent to select the correct tool.
All tools follow a consistent verb_noun pattern (describe_image, edit_image, generate_image) with the same noun and clear action verbs. The naming is predictable and readable throughout.
With 3 tools, this server is well-scoped for image processing with Gemini. Each tool earns its place by covering a distinct aspect: analysis, editing, and generation, which is appropriate for the domain.
The tool set provides complete coverage for the image processing domain with Gemini: describe for analysis, edit for modification, and generate for creation. There are no obvious gaps, and agents can handle core workflows without dead ends.