gemini-mcp-rs

missdeer/gemini-mcp-rs
★ 10 stars Rust 🤖 AI/LLM Updated 2mo ago
Gemini-MCP-rs is an MCP server that encapsulates Google's Gemini CLI tool into a standard MCP protocol interface, enabling Claude Code to invoke Gemini for AI-assisted programming tasks.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gemini-mcp-rs": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "gemini-mcp-rs"
      ]
    }
  }
}