
Gemini MCP Tool
Supports UIby jamubc
Connect AI assistants to Google Gemini CLI to leverage massive token windows for large-scale codebase and file analysis.
What it does
This MCP server enables AI assistants to interact with the Google Gemini CLI, allowing them to utilize Gemini's expansive context window for analyzing massive files and entire codebases. It is specifically designed to save tokens and improve analysis of large-scale data by routing complex tasks to Gemini.
Tools
ask-gemini: Asks Google Gemini for perspective or complex analysis of files using @ syntax.sandbox-test: Safely executes code or commands within Gemini's isolated sandbox environment.Ping: A simple connectivity test tool.Help: Provides Gemini CLI help documentation.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"gemini-cli": {
"command": "npx",
"args": ["-y", "gemini-mcp-tool"]
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
- Gemini CLI
Quick install
npx -y gemini-mcp-toolInformation
- Pricing
- free
- Published
- 4/27/2026
- stars






