MCP Server
Active
MIT
Google Flights Search (Real-Time Fares) MCP Server
com.flightpowers/google-flights
What is the Google Flights Search (Real-Time Fares) MCP server?
Real-time Google Flights: one-way and round-trip fares over date ranges, with price verdicts.
How to install Google Flights Search (Real-Time Fares)
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Environment / auth
x-rapidapi-keyrequiredsecretYour own RapidAPI key for the Google Flights Live API. Free tier at https://rapidapi.com/mtnrabi/api/google-flights-live-api
Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"google-flights": {
"url": "https://flights.flightpowers.com/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"google-flights": {
"serverUrl": "https://flights.flightpowers.com/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"google-flights": {
"type": "http",
"url": "https://flights.flightpowers.com/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"google-flights": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://flights.flightpowers.com/mcp"
]
}
}
}Claude Code
claude mcp add --transport http google-flights https://flights.flightpowers.com/mcpRelated MCP servers
Live Booking.com hotel prices, plus per-country pricing for rate-parity monitoring.
0
View repository →MIT
Free flight and hotel search, no API key. Ad-supported; paid tiers remove ads and caps.
0
View repository →MIT