Skip to main content
ClaudeWave
jamubc avatar
jamubc

gemini-mcp-tool

Ver en GitHub

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

MCP Servers2.2k estrellas196 forksTypeScriptNOASSERTIONActualizado yesterday
Nota editorial

Gemini MCP Tool is a TypeScript MCP server that bridges Claude to Google's Gemini CLI, letting Claude route prompts and file references directly to Gemini for analysis. It installs in a single command via `claude mcp add gemini-cli -- npx -y gemini-mcp-tool` and works with both Claude Code and Claude Desktop. The server exposes four tools to the AI: `ask-gemini` for general queries and file analysis, `sandbox-test` for isolated code execution using Gemini's sandbox mode, `Ping` for connectivity checks, and `Help` for CLI documentation. Users can also invoke `/analyze` and `/sandbox` slash commands directly inside Claude Code. File and directory references follow Gemini CLI's `@` syntax, so prompts like `analyze @src/ and summarize this codebase` pass entire directory trees to Gemini's context window, which supports up to 1 million tokens. The primary audience is developers who want to offload large-codebase analysis to Gemini while remaining inside their Claude Code workflow.

ClaudeWave Trust Score
95/100
Verified
Passed
  • License: NOASSERTION
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/jamubc/gemini-mcp-tool
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "gemini-mcp-tool": {
      "command": "node",
      "args": ["/path/to/gemini-mcp-tool/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/jamubc/gemini-mcp-tool and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

README no disponible. Visita el repo en GitHub para la documentación completa.
aiclaudeclicodebase-analysisfile-analysisgeminimcpmodel-context-protocolnpmtypescript

Lo que la gente pregunta sobre gemini-mcp-tool

¿Qué es jamubc/gemini-mcp-tool?

+

jamubc/gemini-mcp-tool es mcp servers para el ecosistema de Claude AI. 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 Tiene 2.2k estrellas en GitHub y se actualizó por última vez yesterday.

¿Cómo se instala gemini-mcp-tool?

+

Puedes instalar gemini-mcp-tool clonando el repositorio (https://github.com/jamubc/gemini-mcp-tool) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar jamubc/gemini-mcp-tool?

+

Nuestro agente de seguridad ha analizado jamubc/gemini-mcp-tool y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene jamubc/gemini-mcp-tool?

+

jamubc/gemini-mcp-tool es mantenido por jamubc. La última actividad registrada en GitHub es de yesterday, con 25 issues abiertos.

¿Hay alternativas a gemini-mcp-tool?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega gemini-mcp-tool en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: jamubc/gemini-mcp-tool
[![Featured on ClaudeWave](https://claudewave.com/api/badge/jamubc-gemini-mcp-tool)](https://claudewave.com/repo/jamubc-gemini-mcp-tool)
<a href="https://claudewave.com/repo/jamubc-gemini-mcp-tool"><img src="https://claudewave.com/api/badge/jamubc-gemini-mcp-tool" alt="Featured on ClaudeWave: jamubc/gemini-mcp-tool" width="320" height="64" /></a>

Más MCP Servers