The most feature-rich MCP server for Google Flights. 12 tools: flight search, price tracking, cabin comparison, carbon emissions, calendar heatmap, layover analysis, nearby airports. No API key required.
Server Config
{
"mcpServers": {
"google-flights": {
"command": "npx",
"args": [
"-y",
"google-flights-mcp"
]
}
}
}