Skip to main content
Glama
kevinten-ai

Gemini Image Gen MCP Server

by kevinten-ai

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GCP_REGIONNoGCP region for Vertex AI.us-central1
GEMINI_MODELNoDefault model to use. Can be overridden per request.gemini-2.0-flash-exp-image-generation
GCP_PROJECT_IDNoGCP project ID (required only for Vertex AI).
GEMINI_API_KEYNoAPI key for AI Studio or GCP API key for Vertex AI. Not required if using Application Default Credentials (ADC) with Vertex AI.
GEMINI_PROVIDERNoProvider to use: 'ai-studio' (default) or 'vertex-ai'.ai-studio
IMAGE_OUTPUT_DIRNoDirectory to save generated images../output

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

CapabilityDetails
tools
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
generate_imageA

Generate an image from a text prompt using Google Gemini or Imagen. Provider: ai-studio. Default model: gemini-3.1-flash-image. Available models: gemini-3.1-flash-image, gemini-3-pro-image, gemini-2.5-flash-image. Tip: if you hit a 429 quota error, retry with a different model.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Model Selection GuideAvailable models, pricing, quality comparison, and selection tips
Provider Configuration GuideHow to configure AI Studio and Vertex AI providers

TDQS

A4.1/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is zero ambiguity in tool selection. The agent can only choose this single tool.

Naming Consistency5/5

With a single tool, naming consistency is trivially maintained. The verb_noun pattern 'generate_image' is clear and follows convention.

Tool Count3/5

One tool is on the low end of what's reasonable for a server. While the server has a narrow purpose (image generation), it may be too restrictive for agents needing additional capabilities like model listing or image variation.

Completeness5/5

The tool fully covers the server's stated purpose of generating an image from a text prompt. No obvious missing functionality within the declared scope.

Maintenance

ActivityStale
ResponsivenessNo issues