MCP server for Google Flights: search, price tracking, cabin comparison, emissions, and more.
| Tool name | Description | Destructive? |
|---|---|---|
| search_flights | ✓ no | |
| search_multi_city | ✓ no | |
| get_price_insights | ✓ no | |
| get_calendar_heatmap | ✓ no | |
| compare_cabin_classes | ✓ no |
| track_price | ✓ no | |
| get_price_history | ✓ no | |
| list_tracked_routes | ✓ no | |
| lookup_airport | ✓ no | |
| find_nearby_airports | ✓ no | |
| get_flight_url | ✓ no | |
| analyze_layovers | ✓ no |
{
"mcpServers": {
"iogithubandreacappelletti97google-flights": {
"command": "npx",
"args": [
"-y",
"google-flights-mcp"
]
}
}
}