GitHub Stars
221
User Rating
Not Rated
Favorites
0
Views
19
Forks
32
Issues
6
Installation
Difficulty
IntermediateEstimated Time
10-20 minutes
Installation
Installation
Prerequisites
Python: 3.8 or higher
Claude Code CLI: Installed
Google Gemini API Key: [Get one here](https://aistudio.google.com/apikey)
Installation Steps
1. Clone Repository
bash
git clone https://github.com/RaiAnsar/claude_code-gemini-mcp.git
cd claude_code-gemini-mcp
2. Run setup with your API key
bash
./setup.sh YOUR_GEMINI_API_KEY
3. Verification
To check if MCP is installed correctly, run:bash
claude mcp list
Troubleshooting
If MCP is not showing up:bash
claude mcp remove gemini-collab
claude mcp add --scope user gemini-collab python3 ~/.claude-mcp-servers/gemini-collab/server.py
Ensure your API key is valid
Make sure
google-generativeai is installed: pip install google-generativeai