Back to MCP Servers
Server Gemini Bridge
Bridge to Google Gemini API. Access Gemini Pro and Flash models through MCP.
aggregatorsgoapi
By jaspertvdm
Installation
npx -y mcp-server-gemini-bridgeConfiguration
{
"mcpServers": {
"mcp-server-gemini-bridge": {
"command": "npx",
"args": ["-y", "mcp-server-gemini-bridge"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes