Find cheap flights through natural conversation in Claude Code — no API key required
Find cheap flights through natural conversation. Search, compare dates, and track price drops — no account or API key required.
Ask Claude naturally:
"Check flights from Montreal to New York on April 30" "Compare Friday vs Saturday for JFK to London" "Track this price and tell me if it drops"
Claude returns direct links to Google Flights, Kayak, Skyscanner, and Momondo — pre-filled with your exact route and date. One click to see real prices.
In Claude Code, run:
/plugin install github:chitraju-chaithanya/cheap-flights-mcp
Restart Claude Code. Done.
/cheap-flights — start an interactive search
/cheap-flights NYC to London in June — pre-fill your search
/cheap-flights compare Fri vs Sat JFK to LHR — compare dates
By default the plugin returns deep links to flight search engines. To get actual prices directly in Claude, add a free Amadeus API key:
~/.claude/settings.json:{
"mcpServers": {
"cheap-flights": {
"command": "cheap-flights-mcp",
"env": {
"AMADEUS_API_KEY": "your_key_here",
"AMADEUS_API_SECRET": "your_secret_here"
}
}
}
}
Free tier: 2,000 API calls per month.
| Tool | Description |
|---|---|
search_flights | Search for flights on a specific route and date |
compare_flights | Compare prices across multiple dates or airports |
snapshot_prices | Save current prices to track later |
check_price_drops | Check if prices dropped since last snapshot |
git clone https://github.com/chitraju-chaithanya/cheap-flights-mcp.git
cd cheap-flights-mcp
pip install -r mcp_server/requirements.txt
Add to ~/.claude/settings.json:
{
"mcpServers": {
"cheap-flights": {
"command": "python3",
"args": ["/full/path/to/cheap-flights-mcp/mcp_server/server.py"]
}
}
}
Run tests:
python3 -m pytest tests/ -v
MIT — see LICENSE.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub chitraju-chaithanya/cheap-flights-mcp --plugin cheap-flightsAI Travel Agent — 1 smart MCP tool plus 66 compatibility aliases for flights, accommodations, hotels (6 providers: Google Hotels + Trivago + Airbnb + Booking.com + Hostelworld + HomeToGo), rental cars, trains, buses, ferries (20 ground providers incl. 8 ferry operators + night-train specialists European Sleeper & Snälltåget), 37 travel hack detectors, award sweet-spot scanning, traveller profile with email history learning, deals, price alerts, and destination intel. Free, no API keys required.
AI-powered travel hacking with points, miles, and award flights. 42 skills + 6 MCP servers for flight search, hotel comparison, loyalty balance tracking, and award optimization across 27 mileage programs. Try: 'Plan a 10-day Scandinavia trip in August on points' or 'Find the cheapest business class to Tokyo for two in March'. After install, set API keys in your shell environment to unlock award search and other paid features. See the repo README for the env var list.
Travel search powered by Fliggy — search flights, hotels, attractions, concerts, and more with natural language
Intelligent travel assistant with real-time weather, currency conversion, timezone info, and AI-powered itinerary planning. Your complete travel companion.
CLI-Anything for the Web: Generate agent-native CLIs for closed-source web apps via network traffic analysis
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns