Skip to main content
Glama
Pritish053

Gemini Image MCP Server

by Pritish053

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GEMINI_MODELNoModel to use for image generationgemini-2.5-flash-image-preview
SAFETY_LEVELNoContent safety level: LOW, MEDIUM, HIGH, or BLOCK_NONEMEDIUM
GEMINI_API_KEYYesYour Google Gemini API key
MAX_REQUESTS_PER_MINUTENoRate limit for API requests per minute10

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 5 tools

Disambiguation5/5

Each tool targets a distinct action: generating, modifying, analyzing, batch generating, and style transfer. No overlap in purpose, and descriptions clearly differentiate them.

Naming Consistency4/5

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.

Tool Count5/5

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.

Completeness5/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues