FlightHunter MCP
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., "@FlightHunter MCPFind me the cheapest flights from Moscow to Antalya in April"
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.
✈️ FlightHunter MCP
A Model Context Protocol (MCP) server that gives Claude the ability to search for cheap flights — including Russian airlines — and present direct booking links.
Preview

Related MCP server: Amadeus Agent
Features
🔍 Search flights by specific date
📅 Find cheapest dates across a date range
🇷🇺 Russian airlines included (Aeroflot, Pobeda, S7, NordStar, and more)
🌍 Global routes via Google Flights
💸 Direct booking links in results
⚡ Works inside Claude Desktop — just ask naturally
Requirements
macOS or Linux
uv package manager
Installation
1. Install the base flight engine
uv tool install git+https://github.com/punitarani/fli.git2. Install FlightHunter files
Find your install path:
SITE=$(find ~/.local -path "*/site-packages/fli" -type d | head -1)
echo $SITEDownload fare_search.py and server.py from this repo, then copy them:
cp fare_search.py "$SITE/search/fare_search.py"
cp server.py "$SITE/mcp/server.py"3. Install the FlightHunter launcher
cp flighthunter-mcp ~/.local/bin/flighthunter-mcp
chmod +x ~/.local/bin/flighthunter-mcp4. Configure Claude Desktop
Open your Claude Desktop config:
# macOS
nano ~/Library/Application\ Support/Claude/claude_desktop_config.json
# Linux
nano ~/.config/Claude/claude_desktop_config.jsonAdd the following:
{
"mcpServers": {
"FlightHunter": {
"command": "/Users/YOUR_USERNAME/.local/bin/flighthunter-mcp",
"args": []
}
}
}Tip: Find the exact path by running
which flighthunter-mcpin your terminal.
5. Restart Claude Desktop
That's it! Just ask Claude to find flights.
Usage
Once installed, just ask Claude naturally:
Find me the cheapest flights from Moscow to Antalya in AprilSearch for flights SVO → AYT on April 7What are the cheapest travel dates from LED to BCN in May?Find round-trip flights from JFK to LHR next monthClaude will return results sorted by price with direct booking links.
How It Works
Claude
↓
FlightHunter MCP Server
↓ ↓
Google Flights Fare Search Engine
(global routes) (domestic + CIS routes)
↓ ↓
└──── merged, sorted by price ────┘
↓
Results with booking linksOptional Configuration
Variable | Description | Default |
| Currency code for results |
|
| Default passenger count |
|
| Max results returned | unlimited |
| Default cabin class |
|
Example:
{
"mcpServers": {
"FlightHunter": {
"command": "/Users/YOUR_USERNAME/.local/bin/flighthunter-mcp",
"args": [],
"env": {
"FLI_MCP_DEFAULT_CURRENCY": "RUB",
"FLI_MCP_MAX_RESULTS": "10"
}
}
}
}Built on
FlightHunter is built on top of fli by @punitarani — an excellent open-source MCP server for Google Flights search.
We extended it with:
🇷🇺 Support for Russian and CIS airlines
🔗 Direct booking links in search results
🔀 Merged results from multiple flight data sources
A big thank you to the original author for the solid foundation! ⭐
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA Model Context Protocol server that connects to Amadeus API, enabling AI assistants to search flights, analyze prices, find best travel deals, and plan multi-city trips.216MIT
- Flicense-qualityDmaintenanceA proof-of-concept MCP server that allows LLM agents to query live flight booking information via Amadeus, including cheapest tickets, destinations, and airline routes.1
- Flicense-qualityDmaintenanceAn MCP server that integrates the Duffel flights API to enable flight searching, airport code lookup, and fare detail retrieval via natural language. It allows users to search for one-way or round-trip flights and access baggage and fare conditions directly within Claude Code.
- AlicenseAqualityDmaintenanceAn 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
Related MCP Connectors
Geo-based flight search MCP server. Find more flights between any two places on earth
Live flight prices and working booking links for AI agents and travel apps.
Flight Intelligence MCP — search, cheapest dates, multi-city, airline compare via Google Flights
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Vetlinskiy/flighthunter-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server