Productivity|Development|AI / MLPython

claude_code-gemini-mcp

Connect Claude Code with Google's Gemini AI for powerful AI collaboration.

Free
N/A rating (0 reviews)0 installs240 GitHub stars
AIcollaborationGemini

This MCP server allows users to ask Gemini questions, get code reviews, and brainstorm ideas within Claude Code. It installs the Google Gemini Python SDK and sets up a server that bridges Claude Code and Gemini for seamless collaboration.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "claude-code-gemini-mcp": {
      "args": [
        "gemini-sdk"
      ],
      "command": "uvx"
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.