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