Stats
Actions
Tags
From mcp-gemini-bridge
Local stdio MCP server running gemini-bridge via uvx (Python tool) to bridge Claude to Google's Gemini AI models for chat, tools, and inference. Requires 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
npx claudepluginhub henkisdabro/wookstar-claude-plugins --plugin mcp-gemini-bridge