aistudio-gemini-mcp
Verified Safeby xumingjun5208
Overview
Acts as a bridge for MCP clients to interact with Google Gemini models, enabling multi-turn conversations, file/image analysis, and web search capabilities.
Installation
uv run python server.pyEnvironment Variables
- GEMINI_API_BASE_URL
- GEMINI_API_KEY
- GEMINI_PROJECT_ROOT
Security Notes
Relies on the external AIStudioProxyAPI for all AI interactions, requiring trust in that backend service. File access for prompts is limited to the server's current working directory and the configurable `GEMINI_PROJECT_ROOT`; malicious clients could potentially attempt to read local files within this scope if not carefully configured. No 'eval' or hardcoded secrets found.
Similar Servers
gemini-mcp-tool
A Model Context Protocol (MCP) server that enables AI assistants to interact with the Google Gemini CLI for comprehensive code and file analysis, structured edit suggestions, and creative brainstorming.
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.
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.
mcp-gemini-prompt-enhancer
A Model Context Protocol (MCP) server that provides a prompt optimization service for Large Language Models (LLMs) using Google Gemini, with advanced prompt engineering support and automatic PDF asset management.