gemini-mcp
Verified Safeby mesolimbo
Overview
A Model Context Protocol (MCP) server providing local access to Google's Gemini 3 Pro Preview API for integration with tools like Claude Code.
Installation
npx tsx src/index.tsSecurity Notes
The server uses `config.json` for the Gemini API key, which is explicitly `gitignored` as per best practices. It does not contain `eval` or obvious obfuscation. Network interaction is limited to calls to the Google Gemini API. It runs locally via stdio, not exposing external network ports, which is generally secure. Configuration validation for the API key is present at startup.
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.
GeminiMCP
Integrate Google's Gemini API for AI-powered tasks and search with Model Control Protocol (MCP) clients, focusing on developer-centric features like code analysis and context handling.
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.
mcp
Integrate Google Gemini API features (text generation, chat, image analysis, web search, embeddings, image/video generation) into a Model Context Protocol (MCP) server for local or remote AI client applications.