Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub henkisdabro/wookstar-claude-plugins --plugin mcp-gemini-bridgeCopy 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
Share bugs, ideas, or general feedback.