
Gemini MCP RS
by missdeer
High-performance Rust MCP server that integrates Google Gemini CLI for AI-assisted programming in Claude Code.
What it does
Gemini MCP RS is a bridge that encapsulates Google's Gemini CLI tool into the Model Context Protocol. It allows AI clients like Claude Code to leverage Gemini's capabilities for complex programming tasks and multi-turn conversations through a standardized interface.
Tools
gemini: Sends instructions to Gemini with options for sandboxing, session management, and model selection.
Installation
Add to your claude_desktop_config.json:
{
"mcpServers": {
"gemini-rs": {
"command": "npx",
"args": ["@missdeer/gemini-mcp-rs"]
}
}
}
Supported hosts
- Claude Code
- Claude Desktop
Quick install
npx @missdeer/gemini-mcp-rsInformation
- Pricing
- free
- Published
- 5/31/2026
- stars






