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%Claudeclaude_desktop_config.json Linux: ~/.config/Claude/claude_desktop_config.json
- Add Gemini configuration:
{ "mcpServers": { "gemini": { "command": "npx", "args": ["-y", "github:aliargun/mcp-server-gemini"], "env": { "GEMINI_API_KEY": "your_api_key_here" } } } }
- Locate your config file:
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
# Clone repository
git clone https://github.com/aliargun/mcp-server-gemini.git
cd mcp-server-gemini
# Install dependencies
npm install
# Start development server
npm run dev
Contributing
Contributions are welcome! Please see our Contributing Guide.
Common Issues
Connection Issues
- Check if port 3005 is available
- Verify internet connection
- See Troubleshooting Guide
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
Gemini Server
Project Details
- aliargun/mcp-server-gemini
- MIT License
- Last Updated: 4/20/2025
Categories
Recomended MCP Servers
Vite plugin that enables a MCP server helping models to understand your Vue app better.
MCP Server para gerenciar o Memory Bank
A Unity MCP server that allows MCP clients like Claude Desktop or Cursor to perform Unity Editor actions.
An MCP server that provides LLMs with the ability to use GitHub issues as tasks
Stata MCP Extension for VS Code and Cursor IDE
Things.app MCP Server
PhonePi MCP enables seamless integration between desktop AI tools and your smartphone, providing 23+ direct actions including SMS...
A self-hostable bookmark-everything app (links, notes and images) with AI-based automatic tagging and full text search
A Model Context Protocol (MCP) server that provides call graph analysis capabilities to LLMs through the nuanced library
MCP Server for transcribing videos via video links and summarizing video content
A lightweight MCP server for generating placeholder images from multiple providers.