cheapflights-mcp
Allows searching and comparing flight prices using Google Flights API, finding cheapest dates, and suggesting alternative routes and dates.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@cheapflights-mcpFind cheapest flights from New York to London next month"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
๐ซ CheapFlights MCP
An open-source MCP server that helps you find the cheapest flights with smart suggestions.
Features
๐ Search flights โ Find cheapest options for any route
๐ Flexible dates โ See which dates are cheapest across a month
๐ก Smart suggestions โ Nearby airports, date shifts, savings tips
๐จโ๐ฉโ๐งโ๐ฆ Family pricing โ Calculates total for adults + children
โก Fast โ Direct Google Flights API access (no scraping)
Install
# Install dependencies
pipx install flights # provides fli-mcp and fli CLI
# Install this MCP server
pip install cheapflights-mcpUsage with Claude / Kiro / AI Assistants
Add to your MCP config:
{
"mcpServers": {
"cheapflights": {
"command": "cheapflights-mcp"
}
}
}Then ask your AI:
"Find cheapest flights from Melbourne to Tokyo in October for 2 adults and 2 kids"
"What are the cheapest dates to fly Sydney to London in January?"
"Suggest cheaper alternatives for JFK to NRT on Dec 25"
MCP Tools
Tool | Description |
| Compare flight prices, sorted by cheapest |
| Price calendar across a date range |
| Nearby dates, airports, and route alternatives |
Development
git clone https://github.com/YOUR_USERNAME/cheapflights-mcp.git
cd cheapflights-mcp
pip install -e .
cheapflights-mcp # runs on stdioRoadmap
Multi-source: Add Skyscanner, Kiwi.com APIs
Price alerts: Notify when prices drop
Destination discovery: "Where can I fly for $500?"
Price history: "Is this a good deal?"
Booking links: Direct links to book
License
MIT
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/saikandikatta/cheapflights-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server