Back to MCP Servers

Server Gemini Bridge

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

aggregatorsgoapi
By jaspertvdm
32Updated 2 weeks agoDockerfileMIT

Installation

npx -y mcp-server-gemini-bridge

Configuration

{
  "mcpServers": {
    "mcp-server-gemini-bridge": {
      "command": "npx",
      "args": ["-y", "mcp-server-gemini-bridge"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes

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!

Official Distribution

This package is officially distributed via:

Note: Third-party directories may list this package but are not official or verified distribution channels for Humotica software.

Available on CodeGuilds

View source on GitHub