mcp-server-gemini-bridge

jaspertvdm/mcp-server-gemini-bridge
3 starsMITCommunity

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Bridge to Google Gemini API. Access Gemini Pro and Flash models through MCP.

README.md

mcp-server-gemini-bridge

![PyPI](https://pypi.org/project/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!

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. ![Available on CodeGuilds](https://codeguilds.dev/packages/mcp-server-gemini-bridge)

Related MCP servers

Browse all →