73
/ 100
1 month ago
glama

Gemini Image Gen MCP Server

Enables AI image generation, editing, and upscaling via Google Gemini and Imagen models, supporting dynamic model switching and multiple MCP-compatible clients.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: GEMINI_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configGEMINI_PROVIDERenv =vertex-ai \
configGEMINI_MODELenv =imagen-3.0-fast-generate-001 \
configIMAGE_OUTPUT_DIRenv =/absolute/path/to/your/images
🔐 secretGEMINI_API_KEYenv =your_api_key \
configGCP_PROJECT_IDenv =your-project-id \
configGCP_REGIONenv =us-central1 \
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 3 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/kevinten-ai-mcp-image-gen-1wu849)](https://m8ven.ai/mcp/kevinten-ai-mcp-image-gen-1wu849)
commit: 8f172f0118384672b7fc554e46b894295f8c06d2
code hash: d40e8475c7297d1ae73c9d194753fb40062df865dfc7c0e06db7db752d9ce04a
verified: 6/18/2026, 11:33:06 AM
view raw JSON →