jaspertvdm/mcp-server-gemini-bridge
Bridge to Google Gemini API. Access Gemini Pro and Flash models through MCP.
Quick Start
Clone the repository:
git clone https://github.com/jaspertvdm/mcp-server-gemini-bridgeClaude 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.