GuDaStudio/geminimcp
Gemini-MCP is an MCP server that encapsulates Google's Gemini CLI tool into a standard MCP protocol interface, enabling Claude Code to invoke Gemini for AI-assisted programming tasks.
Platform-specific configuration:
{
"mcpServers": {
"geminimcp": {
"command": "npx",
"args": [
"-y",
"geminimcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...