Stats
Actions
Tags
From mcp-gemini-bridge
Connects to Google's Gemini API, enabling Claude to leverage Gemini models for text generation, reasoning, and other AI tasks. Runs locally via uvx and requires a Gemini API key.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"gemini-bridge": {
"command": "uvx",
"args": [
"gemini-bridge"
]
}
}
}Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
First indexed Jan 14, 2026
First indexed Jan 14, 2026
npx claudepluginhub henkisdabro/wookstar-claude-plugins --plugin mcp-gemini-bridge