@theyahia/travelpayouts-mcp
Click on "Deploy 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., "@@theyahia/travelpayouts-mcpfind cheapest flights from JFK to LHR in August"
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.
Travelpayouts MCP — flight and hotel search for AI assistants
If you were looking for a way to have Claude or another AI assistant find the cheapest flight on a route, show a price calendar across flexible dates, resolve an airport or airline code or search hotels, this is it. 13 tools sit on the Travelpayouts (Aviasales) API: flight search, price calendars, hotel search, airport/airline/city lookup, direct routes and flexible date pricing.
Install
npm install -g @theyahia/travelpayouts-mcpOr use directly with npx:
npx @theyahia/travelpayouts-mcpRelated MCP server: AllFlyghts MCP Server
Environment Variables
Variable | Required | Description |
| Yes | API token from Travelpayouts |
Claude Desktop Config
{
"mcpServers": {
"travelpayouts": {
"command": "npx",
"args": ["-y", "@theyahia/travelpayouts-mcp"],
"env": {
"TRAVELPAYOUTS_TOKEN": "your-token"
}
}
}
}Tools (13)
Flights (8)
Tool | Description |
| Search cheap flights by route, dates, and currency |
| Find cheapest flights for an entire month |
| Price calendar showing cheapest price per day |
| Popular flight directions from a city with prices |
| Routes served by a specific airline |
| Current special flight deals across all routes |
| Search only non-stop flights between two cities |
| Prices for ±N days around a target date (flexible travel) |
Hotels (2)
Tool | Description |
| Search hotels by city with dates and guest count |
| Get prices for a specific hotel by ID |
Lookup (3)
Tool | Description |
| Search/autocomplete airports by name or IATA code |
| Search airlines by name or IATA/ICAO code |
| Search/autocomplete cities by name or IATA code |
Auth
API token passed via X-Access-Token header or query parameter. Retries on 429 (rate limit) and 5xx (server errors) with exponential backoff.
Demo Prompts
"Find the cheapest flights from Moscow to Istanbul in June" Uses
lookup_citiesto resolve IATA codes, thenget_cheapest_monthto find the best deals for the month."What are the popular destinations from Saint Petersburg right now?" Uses
get_popular_directionswith origin LED to show trending routes and current prices."Search hotels in Sochi for July 10-17 for 2 adults, then find flights there from Moscow" Uses
search_hotelsfor accommodation options, thensearch_flights_pricesfor matching flight dates."I want to fly Moscow → Dubai around March 15, but ±3 days is fine if it's cheaper" Uses
get_nearest_pricesto compare prices across 7 dates centered on March 15."Find only direct flights from Moscow to Minsk" Uses
get_direct_routeswith direct=true filter.
Development
npm install
npm run dev # Run with tsx
npm test # Run tests
npm run build # Compile TypeScriptLicense
MIT
Telegram: @vhodvai
This server cannot be deployed
Maintenance
Related MCP Connectors
Travelpayouts MCP — wraps the Aviasales Flights Data API (travelpayouts.com)
Geo-based flight search MCP server. Find more flights between any two places on earth
Skiplagged MCP Server for flight search, hotel booking, and travel planning
Flight search MCP server providing search, pagination, and itinerary details for AI assistants.
Related MCP Servers
- AlicenseAqualityCmaintenanceAn 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.4GPL 3.0
- FlicenseNot gradedqualityDmaintenanceEnables flight search, location lookup, and city information retrieval using the AllFlyghts public API through MCP tools.-
- FlicenseNot gradedqualityDmaintenanceMCP server for flight schedule finding via Skyscanner API. Enables querying flight quotes and schedules using natural language.-
- AlicenseAqualityCmaintenanceAn open-source MCP server that exposes the Amadeus Self-Service APIs as tools for flight status, delay prediction, flight search, passenger rights, and disruption handling.5MIT