mcp-server-gemini-bridge
Bridge to Google Gemini API. Access Gemini Pro and Flash models through MCP.
mcp-server-gemini-bridge
MCP Server - Bridge to Google Gemini API.
Part of the HumoticaOS / SymbAIon ecosystem.
Installation
pip install mcp-server-gemini-bridge
Usage
With Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"gemini": {
"command": "mcp-server-gemini-bridge",
"env": {
"GOOGLE_API_KEY": "..."
}
}
}
}
With Docker
docker build -t mcp-server-gemini-bridge .
docker run -i -e GOOGLE_API_KEY=... mcp-server-gemini-bridge
Environment Variables
| Variable | Required | Description |
|---|---|---|
GOOGLE_API_KEY | Yes | Your Google AI API key |
Features
- Connect MCP clients to Google Gemini API
- Support for Gemini Pro and other models
- Streaming responses
- Simple configuration
Authors
- Jasper van de Meent (@jaspertvdm)
- Root AI (Claude) - root_ai@humotica.nl
License
MIT
One Love, One fAmIly!
Related Servers
Zomato MCP
An mcp server for your food ordering needs.
Baseball MCP
An MCP server for retrieving Major League Baseball (MLB) game results, schedules, and specific game details using the mlb-statsapi library.
Mureka
generate lyrics, song and background music(instrumental)
Minecraft MCP
Control a Minecraft character to build, explore, and interact with the game world using natural language.
MCPlayerOne
An AI-powered, synthwave, maze-crawling, and world-building adventure game server.
Weather MCP Server
Provides real-time weather alerts and detailed forecasts for US locations using the National Weather Service API.
MCP Minecraft Remote
Remotely control a Minecraft Java Edition server using the Model Context Protocol (MCP).
NebulaFinger MCP
An MCP server interface for the NebulaFinger fingerprint recognition tool.
stella-mcp
MCP server for creating and manipulating Stella system dynamics models (.stmx files in XMILE format)
MCP Servers
A collection of MCP servers for Cursor IDE, including demo and weather services.