imagen-mcp
Verified Safeby vipincr
Overview
Provides an MCP server to manage and configure image generation capabilities using Google's Gemini and Imagen models, often integrated via a VS Code extension.
Installation
python run_server.pyEnvironment Variables
- GOOGLE_AI_API_KEY
- IMAGEN_MODEL_ID
- IMAGEN_MCP_KEYRING_SERVICE
- IMAGEN_MCP_KEYRING_ACCOUNT
Security Notes
The project prioritizes API key security by not storing keys in workspace files, migrating deprecated settings to Secret Storage, and using environment variables or OS keyring. The use of `child_process.exec` in the VS Code extension for Python environment setup is controlled by internal, hardcoded dependencies and paths, mitigating common execution risks. No signs of malicious patterns or obfuscation.
Similar Servers
gemini-mcp-server
An MCP server providing a suite of 7 AI-powered tools (Image Gen/Edit, Chat, Audio Transcribe, Code Execute, Video/Image Analysis) powered by Google Gemini, featuring a self-learning "Smart Tool Intelligence" system for prompt enhancement and user preference adaptation.
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.