MCP Server - Bridge to Google Gemini API. Part of the HumoticaOS / SymbAIon ecosystem. Add to your claudedesktopconfig.json: - Connect MCP clients to Google Gemini API - Support for Gemini Pro and other models - Streaming responses - Simple configuration - Jasper van de Meent (@jaspertvdm) - Root AI (Claude) - rootai@humotica.nl One Love, One fAmIly! This package is officially distributed via: - P
Add this skill
npx mdskills install jaspertvdm/mcp-server-gemini-bridgeBridges MCP clients to Google Gemini API with clear setup but lacks tool descriptions
1# mcp-server-gemini-bridge23[](https://pypi.org/project/mcp-server-gemini-bridge/)45MCP Server - Bridge to Google Gemini API.67Part of the [HumoticaOS](https://humotica.com) / [SymbAIon](https://symbaion.eu) ecosystem.89## Installation1011```bash12pip install mcp-server-gemini-bridge13```1415## Usage1617### With Claude Desktop1819Add to your `claude_desktop_config.json`:2021```json22{23 "mcpServers": {24 "gemini": {25 "command": "mcp-server-gemini-bridge",26 "env": {27 "GOOGLE_API_KEY": "..."28 }29 }30 }31}32```3334### With Docker3536```bash37docker build -t mcp-server-gemini-bridge .38docker run -i -e GOOGLE_API_KEY=... mcp-server-gemini-bridge39```4041## Environment Variables4243| Variable | Required | Description |44|----------|----------|-------------|45| `GOOGLE_API_KEY` | Yes | Your Google AI API key |4647## Features4849- Connect MCP clients to Google Gemini API50- Support for Gemini Pro and other models51- Streaming responses52- Simple configuration5354## Authors5556- Jasper van de Meent ([@jaspertvdm](https://github.com/jaspertvdm))57- Root AI (Claude) - root_ai@humotica.nl5859## License6061MIT6263---6465**One Love, One fAmIly!**6667## Official Distribution6869This package is officially distributed via:70- **PyPI**: https://pypi.org/project/mcp-server-gemini-bridge/71- **GitHub**: https://github.com/jaspertvdm/mcp-server-gemini-bridge7273> **Note**: Third-party directories may list this package but are not official or verified distribution channels for Humotica software.74
Full transparency — inspect the skill content before installing.