gemini-gen-mcp
Verified Safeby ServiceStack
Overview
MCP server for generating images and audio from text using Google Gemini AI models.
Installation
gemini-gen-mcpEnvironment Variables
- GEMINI_API_KEY
- GEMINI_DOWNLOAD_PATH
Security Notes
The server primarily relies on the official `google-genai` library for API interaction and `fastmcp` for the server framework. It correctly handles sensitive information by requiring the `GEMINI_API_KEY` via an environment variable, preventing hardcoding. No 'eval' or other highly dangerous functions are used in the core logic. File operations are limited to saving generated media and metadata to a configurable download path, which defaults to a temporary directory. The `tests/diagnose_network.py` file uses network functions for diagnostic purposes only and is not part of the main server execution.
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.
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-mcp
The server provides a Model Context Protocol (MCP) interface to Google Gemini AI services, enabling multimodal generation including image creation, image editing, and video production.