mcp-server-gemini-bridge

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

mcp-server-gemini-bridge

PyPI

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

VariableRequiredDescription
GOOGLE_API_KEYYesYour Google AI API key

Features

  • Connect MCP clients to Google Gemini API
  • Support for Gemini Pro and other models
  • Streaming responses
  • Simple configuration

Authors

License

MIT


One Love, One fAmIly!

Related Servers