MCP Directory
Back

claude_code-gemini-mcp

by RaiAnsar · Python · ★ 245

Simplified Gemini for Claude Code.

#claude-ai#gemini-flash#mcp#mcp-server

Install

pip install git+https://github.com/RaiAnsar/claude_code-gemini-mcp.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "claude-code-gemini-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/RaiAnsar/claude_code-gemini-mcp.git"
      ]
    }
  }
}

From the README

Connect Claude Code with Google's Gemini AI for powerful AI collaboration. Ask Gemini questions, get code reviews, and brainstorm ideas - all within Claude Code! - Python 3.8+ installed - Claude Code CLI installed - Google Gemini API key ([Get one free](https://aistudio.google.com/apikey)) 1. **Clone this repo:** 2. **Run setup with your API key:** That's it! 🎉 Start Claude Code anywhere and use these commands: 1. Installs the Google Gemini Python SDK 2. Sets up an MCP server that bridges Claude Code and Gemini 3. Configures it globally (works in any directory) 4. Provides tools for col…
Read full README on GitHub →

Related ai & ml servers