google flights for Gemini CLI
io.github.johnisanerd/google-flights
Google Flights search data: fares, routes, stops, and price insights via a hosted MCP server.
client:Gemini CLI
transport:streamable-http
Install google flights in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"google-flights": {
"httpUrl": "https://mcp.apify.com/?tools=johnvc/Google-Flights-Data-Scraper-Flight-and-Price-Search"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs