Install
MCP server — add to your Claude Code config (typically
~/.claude/mcp_settings.json or ~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"gemini-mcp-tool": {
"command": "npx",
"args": [
"-y",
"gemini-mcp-tool"
]
}
}
}
Or smoke-test directly:
npx -y gemini-mcp-tool
Details
| Website | https://www.npmjs.com/package/gemini-mcp-tool |
|---|---|
| GitHub | git+https://github.com/jamubc/gemini-mcp-tool.git |
| License | unknown |
| Pricing | free |
| Tags | mcp modelcontextprotocol gemini cli ai llm |
| Sources | npm |
| Discovered | 2026-05-25 |