Google Flights Search (Real-Time Fares) for Gemini CLI
com.flightpowers/google-flights
Real-time Google Flights: one-way and round-trip fares over date ranges, with price verdicts.
client:Gemini CLI
transport:streamable-http
tools:2
Install Google Flights Search (Real-Time Fares) in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"google-flights": {
"httpUrl": "https://flights.flightpowers.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs