Back to MCP Servers

Server Gemini Bridge

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

aggregatorsgoapi

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
View source on GitHub