Provides integration with Google's Gemini AI models through Google AI Studio API
Gemini MCP Server
Model Context Protocol (MCP) server implementation that enables Claude Desktop to interact with Google's Gemini AI models.
Features
Full MCP protocol support
Real-time response streaming
Secure API key handling
Configurable model parameters
TypeScript implementation
Quick Start
Get Gemini API Key
Visit Google AI Studio
Create a new API key
Configure Claude Desktop
Locate your config file:
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json Linux: ~/.config/Claude/claude_desktop_config.jsonAdd Gemini configuration:
{ "mcpServers": { "gemini": { "command": "npx", "args": ["-y", "github:aliargun/mcp-server-gemini"], "env": { "GEMINI_API_KEY": "your_api_key_here" } } } }
Restart Claude Desktop
Documentation
Claude Desktop Setup Guide - Detailed setup instructions
Examples and Usage - Usage examples and advanced configuration
Implementation Notes - Technical implementation details
Development Guide - Guide for developers
Troubleshooting Guide - Common issues and solutions
Local Development
Contributing
Contributions are welcome! Please see our Contributing Guide.
Common Issues
Connection Issues
Check if port 3005 is available
Verify internet connection
API Key Problems
Verify API key is correct
Check permissions
See Setup Guide
Security
API keys are handled via environment variables only
No sensitive data is logged or stored
Regular security updates
License
MIT
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Model Context Protocol (MCP) server implementation that enables Claude Desktop to interact with Google's Gemini AI models.
Related MCP Servers
- AsecurityAlicenseAqualityA server that enables Claude Desktop to generate images using Google's Gemini AI models through the Model Context Protocol (MCP).Last updated -82214MIT License
- -security-license-qualityAn MCP server implementation that allows using Google's Gemini AI models (specifically Gemini 1.5 Pro) through Claude or other MCP clients via the Model Context Protocol.Last updated -1
- -securityFlicense-qualityA Model Context Protocol server that enables Claude Desktop to interact with Google's Gemini 2.5 Pro Experimental AI model, with features like Google Search integration and token usage reporting.Last updated -3
- -securityAlicense-qualityA Model Context Protocol (MCP) server implementation for the Google Gemini language model. This server allows Claude Desktop users to access the powerful reasoning capabilities of Gemini-2.0-flash-thinking-exp-01-21 model.Last updated -1MIT License