Flights
FreeNot checkedAn MCP server that provides flight search capabilities using the Aviasales API, allowing users to search, filter, and get details on flights and generate bookin
About
An MCP server that provides flight search capabilities using the Aviasales API, allowing users to search, filter, and get details on flights and generate booking links.
README
Add to Cursor Add to VS Code Add to Claude Add to ChatGPT Add to Codex Add to Gemini
✈️ Flights MCP Server
A Model Context Protocol (MCP) server that provides flight search capabilities using the Aviasales Flight Search API. This server allows you to search for flights, filter results, get detailed flight information, and generate booking links.
https://github.com/user-attachments/assets/87d79d54-c4ab-4938-9792-18572315f1ba
How to use
You can either use the remote MCP server or deploy your own instance:
Remote MCP
A public instance is available at:https://findflights.me/sse
This server uses the SSE transport protocol and is ready to use without setup.⚠️ Important: Currently not all LLM clients support remote MCP connections. For example, Claude.ai supports remote MCP integrations only on Pro+ plans.
Self-Hosted Deployment
If you prefer to run your own server, follow the instructions in the Installation section.Note: To deploy your own server, you must obtain an Aviasales API Key and Marker ID.
Features
- Flight Search: Search for one-way, round-trip, and multi-city flights
- Advanced Filtering: Filter results by price, duration, airlines, departure/arrival times, and number of stops
- Multiple Sorting Options: Sort by price, departure time, arrival time, or duration
- Detailed Flight Information: Get comprehensive flight details including baggage allowances and airline information
- Booking Links: Generate booking links for selected flights
- Local Storage: Performed searches are stored locally so LLM can access past searches without waiting
- Multiple MCP Transport Options: Supports stdio, HTTP, and SSE transports
Installation
Prerequisites
- Aviasales API key
- Python 3.12 or higher
- UV package manager
Setup
- Clone the repository:
git clone <repository-url>
cd flights-mcp
Set up environment variables (see Environment Variables section)
Run the server
uv run src/flights-mcp/main.py
The server binds to 0.0.0.0, making it accessible on all network interfaces of the host machine.
Environment Variables
The following environment variables are required:
FLIGHTS_AVIASALES_API_TOKEN(required): Your Aviasales API tokenFLIGHTS_AVIASALES_MARKER(required): Your Aviasales marker IDFLIGHTS_TRANSPORT(optional): Transport protocol to use- Options:
stdio(default),streamable_http,sse
- Options:
FLIGHTS_HTTP_PORT(optional): Port for HTTP/SSE transport- Only used when
FLIGHTS_TRANSPORTisstreamable_httporsse - Default:
4200
- Only used when
FLIGHTS_HTTP_PATH(optional): URI path for the endpoint- Only used when
FLIGHTS_TRANSPORTisstreamable_httporsse - Default:
/mcp
- Only used when
MCP Tools
The server provides the following MCP tools:
| Tool | Description |
|---|---|
search_flights |
Searches for flights using the Aviasales Flight Search API. Returns search description with search_id and summary of found options. |
get_flight_options |
Retrieves, filters, and sorts flight options from a previous search. Returns a paginated list of filtered flight options. |
get_flight_option_details |
Returns detailed flight information including segments, pricing, baggage allowances, and agency terms. |
request_booking_link |
Generates a booking link for a specific flight option. |
Typical Usage Pattern
- Search for flights using
search_flights()- Call multiple times for flexible dates - Filter and browse options using
get_flight_options()- Lightweight tool, call multiple times with different filters and sorting option - Get detailed information using
get_flight_option_details()- For user's preferred options - Generate booking link using
request_booking_link()- Only when user confirms booking intent
Support
For issues related to:
- MCP Server: Open an issue in this repository
- MCP Protocol: See Model Context Protocol Documentation
Install Flights in Claude Desktop, Claude Code & Cursor
unyly install flights-mcpInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add flights-mcp -- uvx flights-mcpFAQ
Is Flights MCP free?
Yes, Flights MCP is free — one-click install via Unyly at no cost.
Does Flights need an API key?
No, Flights runs without API keys or environment variables.
Is Flights hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Flights in Claude Desktop, Claude Code or Cursor?
Open Flights on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Flights with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
