An MCP server that connects AI assistants like Claude to Google Gemini CLI for large file analysis and codebase understanding.
Gemini MCP Tool is a Model Context Protocol (MCP) server that allows AI assistants like Claude to interact with the Google Gemini CLI. It solves the problem of analyzing large files and codebases by giving AI assistants access to Gemini's massive token window for deep analysis through natural language prompts.
Developers and technical users who work with AI assistants like Claude and need to analyze large codebases, files, or directories using Google Gemini's capabilities.
It uniquely bridges Claude and Gemini, allowing users to leverage Gemini's powerful analysis features directly within their preferred AI assistant workflow, saving tokens and enabling more complex file analysis than typical AI assistants can handle alone.
MCP server that enables AI assistants to interact with Google Gemini CLI, leveraging Gemini's massive token window for large file analysis and codebase understanding
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Provides AI assistants with seamless access to Gemini's analysis through the official CLI, enabling tools like Claude to leverage Gemini's capabilities without manual intervention, as shown in the one-line setup with npx.
Uses Gemini's massive token window to process entire codebases and large files via the @ syntax, demonstrated in examples like analyzing @src/main.js or summarizing @. directories.
Integrates Gemini's sandbox mode for isolated code testing, allowing users to safely run and debug scripts through AI prompts, such as testing @script.py or creating Python scripts.
Offers convenient slash commands like /analyze and /sandbox in Claude Code, making it easy to interact with Gemini directly from the AI assistant interface, though compatibility with other clients is untested.
The README explicitly states compatibility with other MCP clients has not been tested, making it primarily useful for Claude Code users and potentially unreliable in broader ecosystems.
Requires installing Node.js, the Gemini CLI, and configuring MCP servers across multiple steps, adding dependency overhead compared to simpler AI tool integrations or direct API usage.
Relies on the stability and updates of both the Gemini CLI and the MCP protocol, introducing risk of breakage from changes outside the project's control, with no built-in fallbacks.