
mcp-server-gemini-bridge
MCP Server - Bridge to Google Gemini API.
Part of the HumoticaOS / SymbAIon ecosystem.
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
Official Distribution
This package is officially distributed via:
- PyPI: https://pypi.org/project/mcp-server-gemini-bridge/
- GitHub: https://github.com/jaspertvdm/mcp-server-gemini-bridge
Note: Third-party directories may list this package but are not official or verified distribution channels for Humotica software.
Copy & paste โ that's it
pip install mcp-server-gemini-bridgeBefore it works, you'll need: GOOGLE_API_KEY
Installation
pip install mcp-server-gemini-bridgeUsage
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-bridgeNo common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under MITโ you can use, modify, and redistribute it under that license's terms.
License
MIT
One Love, One fAmIly!