Gemini MCP Tool
Let Claude Code and other assistants hand large files and codebases to the Gemini CLI for analysis.
Sources and review
Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.
Offloading whole-repository or very large file analysis from Claude Code to Gemini.
You plan commercial use; its licence is a non-commercial variant of MIT. It also needs the Gemini CLI installed and signed in.
About Gemini MCP Tool
Gemini MCP Tool is a small MCP server that lets an assistant such as Claude Code call the Gemini CLI, using Gemini's large context window to analyse big files and codebases referenced with @ syntax, or to brainstorm alongside the calling model. The aim is to save the calling model's own context and tokens.
Gemini MCP Tool is a project written primarily in TypeScript, with 2.3k stars on GitHub. It was last updated in July 2026.
Add Gemini MCP Tool to your MCP client
Generated from the launch command in the project's README. Your client starts the server on demand.
Claude Code
claude mcp add gemini-mcp-tool -- npx -y gemini-mcp-toolCursor
{
"mcpServers": {
"gemini-mcp-tool": {
"command": "npx",
"args": ["-y", "gemini-mcp-tool"]
}
}
}VS Code
{
"servers": {
"gemini-mcp-tool": {
"type": "stdio",
"command": "npx",
"args": ["-y", "gemini-mcp-tool"]
}
}
}Claude Desktop
{
"mcpServers": {
"gemini-mcp-tool": {
"command": "npx",
"args": ["-y", "gemini-mcp-tool"]
}
}
}Codex
[mcp_servers.gemini-mcp-tool]
command = "npx"
args = ["-y", "gemini-mcp-tool"]Gemini MCP Tool vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| Gemini MCP Toolthis listing | 2.3k | TypeScript | — | Free |
| MCP Reference Servers | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
