Ask Gemini
Freeby MCP Community
MCP server for Gemini CLI integration - for Claude IDE and other IDEs
v1.5.7Added Apr 12, 2026
mcpmcp-servermodelcontextprotocolgeminigemini-cli
Ask Gemini MCP Server
MCP server for Gemini CLI integration - for Claude IDE and other IDEs
Installation
npx -y ask-gemini-mcp
Reviews
Installation
Quick install
npx -y ask-gemini-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"ask-gemini": {
"command": "npx",
"args": ["-y", "ask-gemini-mcp"]
}
}
}