Best for
- Developers using Claude Desktop or Claude Code
- Users who need large-file or codebase analysis
- Users who already have Gemini CLI or agy installed and configured
The README describes an unofficial third-party MCP server for Claude Desktop and Claude Code that provides Gemini-based large-file and codebase analysis plus sandbox testing. The README shows an MIT badge and MIT License statement, while the repository metadata lists the license as NOASSERTION.
Gemini MCP Tool is an unofficial third-party MCP server that lets AI assistants ask questions through the Gemini CLI or, by default, the Antigravity CLI (agy), analyze files and codebases, and use Gemini's large token window for large analysis tasks.
Install Node.js 16 or later and install and configure Gemini CLI; affected users may instead install Antigravity CLI (agy) and sign in. Register the server with claude mcp add gemini-cli -- npx -y gemini-mcp-tool, or add the provided configuration to Claude Desktop and restart the terminal session. Enterprise, Standard-license, or paid-API-key users retaining Gemini CLI access can set GEMINI_MCP_BACKEND=gemini.
{"mcpServers":{"gemini-cli":{"command":"npx","args":["-y","gemini-mcp-tool"]}}}