Back to Home
Tommertom icon

gemini-mcp

Verified Safe

by Tommertom

Overview

An AI-powered Model Context Protocol (MCP) server for Google Gemini multimodal media operations, specifically designed to empower coding agents and AI development workflows with image generation, analysis, and manipulation instructions.

Installation

Run Command
npx -y awesome-gemini-image-mcp@latest

Environment Variables

  • GEMINI_API_KEY
  • GEMINI_MODEL
  • GEMINI_OUTPUT_DIR

Security Notes

The server correctly handles the GEMINI_API_KEY via environment variables, preventing hardcoding. File system operations (read/write) are performed within designated output directories (e.g., /tmp/gemini_mcp) or on client-provided paths for analysis. While client-provided file paths could theoretically lead to issues if an agent points to sensitive system files, the server's direct file operations (fs.readFile) are generally safer than executing arbitrary commands. No 'eval' or direct arbitrary command execution from user input is observed. The testing script uses 'child_process.spawn' to start the server, which is appropriate for testing and not a security risk for the server itself.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassHigh
Avg Tokens3000
Stars0
Forks0
Last Update2025-11-24

Tags

mcpgeminimedia-aicoding-agentsmultimodal