69
/ 100
22 days ago
glama

gemini-image-mcp

Enables Claude Code to generate and edit images using Google's Gemini and Imagen models on Vertex AI, with support for multiple models, aspect ratios, and image fusion.

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: MCP_PATH_SECRET
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.
configGOOGLE_CLOUD_PROJECTe =your-gcp-project-id \
configGOOGLE_CLOUD_LOCATIONglobal Vertex location for the Gemini models. Gemini image models are global-only on Vertex — leave as global.
configGEMINI_IMAGE_IMAGEN_LOCATIONus-central1 Vertex location for the Imagen models (Imagen is not served on global).
configGEMINI_IMAGE_OUTPUT_DIR_(unset)_ Default dir for saved PNGs when a call omits output_dir. Falls back to the server CWD.
configGEMINI_IMAGE_RETURN_MODEfile file (save + path, local) · inline (image bytes) · gcs (upload + signed URL — best for the Claude apps).
configGEMINI_IMAGE_GCS_BUCKET_(unset)_ Private bucket for gcs mode. Objects are v4-signed (not public); pair with a lifecycle delete rule.
configGEMINI_IMAGE_GCS_TTL_DAYS7 Signed-URL lifetime (days) for gcs mode.
configGEMINI_IMAGE_LOG_LEVELINFO stderr log level for the server (DEBUG/INFO/WARNING/ERROR).
configMCP_ALLOWED_HOSTS
configHOST
configPORT
🔐 secretMCP_PATH_SECRETe ="$(openssl rand -hex 24)" \
// 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 5 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/someshwarpatil-gemini-image-mcp-pcwqr8)](https://m8ven.ai/mcp/someshwarpatil-gemini-image-mcp-pcwqr8)
commit: 1974a302faa54ba7301276f3047aedee42066a92
code hash: c20954dac6b736b1b6277f49911555ebdaca134ae4d46b433ff3fe9522ec954e
verified: 7/9/2026, 10:02:57 AM
view raw JSON →