Google Flights Search (Real-Time Fares) for Claude Desktop
com.flightpowers/google-flights
Real-time Google Flights: one-way and round-trip fares over date ranges, with price verdicts.
client:Claude Desktop
transport:streamable-http
tools:2
Install Google Flights Search (Real-Time Fares) in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"google-flights": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://flights.flightpowers.com/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs