Connects Claude to Google's Gemini API so you can bounce questions off a second model without leaving your workflow. Exposes four tools: gemini_ask for one-off questions, gemini_analyze for targeted code review or text analysis, gemini_chat for multi-turn conversations with history, and gemini_models to list what's available. Supports all current Gemini models including the 1M token context window on 2.5-pro. Handles rate limits with retry logic and lets you override the model per call. Useful when you want a different perspective on architecture decisions, need massive context windows, or want to compare how two frontier models approach the same problem.
claude mcp add --transport stdio io.github.pavelguzenfeld-gemini -- npx -y claude-gemini-mcp