Gemini MCP Server
JSON →An MCP server to interact with Google's Gemini AI models, requiring a Gemini API key.
Install
npx installation, Tools · 6
- generate_text Generate text using Gemini models with support for thinking, JSON mode, Google Search grounding, system instructions, and conversation memory
- analyze_image Analyze images using Gemini's vision capabilities
- count_tokens Count tokens in a given text input
- list_models List all available Gemini models
- generate_embeddings Generate embeddings for text input
- get_help Self-documenting help system for the MCP server
Environment variables
GEMINI_API_KEY
Links
★ 254 GitHub stars