Gemini
Integrates Google's Gemini model with Claude using the Model Context Protocol (MCP).
About
Implements a Model Context Protocol (MCP) server in TypeScript for seamless integration with Google's Gemini model using direct API calls, eliminating the need for deprecated SDKs. Supporting the latest Gemini 2.0 Flash model, it maintains conversation context for natural interactions within the Claude environment.
Key Features
- Supports the latest Gemini 2.0 Flash model.
- 3 GitHub stars
- Maintains conversation context for natural interactions.
- Uses direct API calls to Google Gemini, avoiding deprecated SDKs.
- Implements MCP protocol for seamless integration with Claude.
- Includes a 'generate_text' MCP tool for text generation.
Use Cases
- Integrating the Gemini model with the Claude Desktop application.
- Generating text using the Gemini model through the Claude interface.
- Developing applications that require contextual AI interactions within the Claude environment.