Skip to main content
AggregatorsPython

jaspertvdm/mcp-server-gemini-bridge

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

aggregatorscloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/jaspertvdm/mcp-server-gemini-bridge

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Aggregators
Language
Python
Author
jaspertvdm