claude-gemini-mcp-slim

Lightweight MCP integration bringing Google's Gemini AI capabilities to Claude Code with 1M+ token context window, smart model selection, and powerful code analysis tools

GitHub Stars

119

User Rating

Not Rated

Favorites

0

Views

39

Forks

10

Issues

1

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Python: 3.8 or higher
Claude Desktop: Latest version

Installation Steps

1. Clone Repository

bash
git clone https://github.com/cmdaltctr/claude-gemini-mcp-slim.git
cd claude-gemini-mcp-slim

2. Install Dependencies

bash
pip install -r requirements.txt

3. Configure Claude Desktop

Edit claude_desktop_config.json to add the MCP server:
json
{
  "mcpServers": {
    "claude-gemini-mcp-slim": {
      "command": "python",
      "args": ["app.py"]
    }
  }
}

4. Start Server

bash
python app.py

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Python version and reinstall dependencies. Issue: Not recognized by Claude Desktop Solution: Verify configuration file path and syntax.

Additional Resources