Gemini MCP Server enables Claude Desktop to interact with Google's Gemini 2.5 Pro Experimental AI model through a TypeScript implementation of the Model Context Protocol. The server provides two main tools: generateWithGemini for content generation with customizable parameters like temperature and token limits, and getModelInfo for retrieving model capabilities. It features Google Search integration for grounding responses in factual information, secure API key handling through environment variables, detailed token usage reporting, and comprehensive error handling with response caching to local files for verification. Ideal for users wanting to leverage Gemini's capabilities within Claude's interface.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
Generate content with Google Gemini 2.5 Pro Experimental. Parameters: prompt (string, required), temperature (number, optional), maxTokens (number, optional), safeMode (boolean, optional), useSearch (boolean, optional)
Get information about the Gemini model being used.