Imagen Tools MCP Server
Provides image generation and editing using Google Gemini models via Vertex AI, supporting various aspect ratios and resolutions.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Imagen Tools MCP Servergenerate an image of a sunset over mountains"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Imagen Tools MCP Server
Bilder erzeugen und bearbeiten mit Google Gemini — direkt aus deinem Coding-Agenten.
Ein MCP-Server, der gemini-3.1-flash-image und gemini-3-pro-image anbindet — wahlweise über
Vertex AI oder AI Studio, umschaltbar zur Laufzeit, ohne Neustart.
Features
Bilder erzeugen in 1K, 2K oder 4K — Aspect Ratios von 1:1 über 16:9 bis 21:9
Bilder bearbeiten per Prompt; Eingabebilder werden automatisch passend heruntergerechnet, inklusive EXIF-Rotation, damit auch ein Hochkant-Handyfoto sauber durchläuft
Provider und Modell zur Laufzeit wechseln — Flash für Tempo, Pro für Qualität
Fehler, die weiterhelfen: Bei abgelaufenen Credentials, Rate Limits oder der bekannten Flash-über-AI-Studio-Macke beim Editieren bekommt der Agent keinen Stacktrace, sondern den konkreten nächsten Schritt
Related MCP server: Nano Banana MCP
Tools
Tool | Zweck |
| Bild erzeugen ( |
| Bild bearbeiten ( |
|
|
| Flash ⇄ Pro |
| Aktuelle Konfiguration anzeigen |
Erzeugte Bilder landen in einer temporären Datei; der Tool-Output ist der Pfad dorthin.
Installation
pip install -r requirements.txt
gcloud auth application-default loginDann in ~/.claude.json eintragen:
{
"mcpServers": {
"imagen-tools": {
"type": "stdio",
"command": "python3",
"args": ["/absoluter/pfad/zu/imagen_tools_mcp.py"],
"env": { "GOOGLE_CLOUD_PROJECT": "deine-projekt-id" }
}
}
}Unter Windows "command": "python" verwenden. Für den Betrieb über Vertex AI brauchst du ein
Google-Cloud-Projekt mit aktivierter Vertex-AI-API; alternativ genügt für ai_studio ein
Gemini-API-Key.
Gut zu wissen
Prompts sollten mit „Generate" oder „Create" beginnen. Beschreibende Fließtexte ohne Handlungsverb liefern spürbar schlechtere Bilder.
Editing mit Flash funktioniert nur über
vertex_ai. Über AI Studio wirft diese Kombination reproduzierbar 500er — dann auf das Pro-Modell oder auf Vertex wechseln.Rate Limit erwischt?
switch_providerweicht auf den jeweils anderen Provider aus.
Dokumentation
Vollständige Setup-, Konfigurations- und Betriebsdoku — alle Umgebungsvariablen, Google-Cloud-Auth und die Fallstricke im Detail: AGENTS.md.
Version
0.6.0
Lizenz
MIT © Herbert Walde
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceAn MCP server for AI-powered image generation, editing, analysis, and transformation using Google's Gemini and Imagen 4 models.Last updated192AGPL 3.0
- Alicense-qualityDmaintenanceMCP server for Google Gemini image generation with configurable model support, enabling text-to-image generation, image editing, and iterative refinement.Last updated39MIT
- Flicense-qualityFmaintenanceMCP server for generating images using Gemini, supporting multiple aspect ratios and both AI Studio and Vertex AI backends.Last updated
- Alicense-qualityDmaintenanceAn MCP server that provides AI image generation using Google Gemini models with intelligent model selection, aspect ratio control, and support for high-quality outputs up to 4K.Last updatedMIT
Related MCP Connectors
MCP server for Midjourney AI image generation and editing
MCP server for Google Veo AI video generation
MCP server for NanoBanana AI image generation and editing
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hwalde/imagen-tools-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server