mcp-imagen
Verified Safeby anton-proto
Overview
Generates images from text prompts and performs image processing tasks like style transfer, background removal, and auto-cropping using Google Imagen API.
Installation
uv run mcp-imagen-serverEnvironment Variables
- GOOGLE_API_KEY
- USE_VERTEXAI
- GOOGLE_CLOUD_PROJECT
- GOOGLE_CLOUD_LOCATION
Security Notes
The server uses standard Google Cloud authentication methods (Gemini API key or Vertex AI credentials). It validates that all user-provided paths for input/output directories and files are absolute to mitigate path traversal risks. It uses subprocess only to read gcloud configuration. No eval, obfuscation, or hardcoded secrets were found.
Similar Servers
nanobanana-api-mcp
An MCP server providing image generation and editing capabilities via the Google Gemini API, integrable with various AI coding assistants and IDEs.
imgenx
AI image and video generation and processing, functioning as a command-line tool or MCP server.
ultimate-image-gen-mcp
A professional MCP server for Google's Gemini 3 Pro Image Preview, enabling state-of-the-art image generation with advanced reasoning, high-resolution output (1K-4K), up to 14 reference images, Google Search grounding, and automatic thinking mode.
gemini-image-mcp-server
Generates and edits images using Google Gemini AI, offering both an MCP server and a command-line interface.