google hotels for Gemini CLI
io.github.johnisanerd/google-hotels
Google Hotels prices, ratings, reviews, and photos via an Apify Actor, hosted MCP.
client:Gemini CLI
transport:streamable-http
Install google hotels in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"google-hotels": {
"httpUrl": "https://mcp.apify.com/?tools=johnvc/google-hotels-search-scraper"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs