Back to Home
ServiceStack icon

gemini-gen-mcp

Verified Safe

by ServiceStack

Overview

MCP server for generating images and audio from text using Google Gemini AI models.

Installation

Run Command
gemini-gen-mcp

Environment 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

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens50
Stars0
Forks0
Last Update2026-01-19

Tags

Gemini AIImage GenerationAudio GenerationText-to-SpeechMCP Server