FlightClaw
OfficialClick 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., "@FlightClawsearch flights from SFO to JFK this Friday and track the price"
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.
FlightClaw agents
Search, price-track and book flights from your AI assistant. FlightClaw covers about 300 airlines, remembers your travellers and preferences, and emails you when a tracked fare drops.
Option 1: Hosted MCP (recommended)
Server URL: https://mcp.flightclaw.com/mcp (streamable HTTP, OAuth sign-in).
Nothing to install.
Client | Setup |
Claude (web / desktop) | Settings > Connectors > Add custom connector > paste |
ChatGPT | Settings > Apps & Connectors > Create (developer mode) > paste |
Claude Code |
|
Cursor | One-click install, or add |
VS Code | One-click install, or |
Windsurf | Add |
Hosted tools
Group | Tools |
Search |
|
Booking |
|
Price tracking |
|
Profile |
|
Trips |
|
Booking and payment
search_flightsreturns offers. Eachtotal_amountincludes the FlightClaw booking fee.create_checkoutreturns acheckout_urland the exacttotal_amount+total_currency. Nothing is charged yet.Pay one of two ways:
Checkout link: the traveller opens
checkout_urland pays by card.Headless with Stripe Link: the agent creates a Link spend request for exactly
total_amount(fare + booking fee), the user approves it in Link, and the agent pays oncheckout_urlwith the Link shared payment token / virtual card. The agent never pays more than the approved amount.
get_checkout_statusuntilcompleted, thenget_orderfor the booking reference.
The agent never asks for card numbers.
Related MCP server: mcp-travelcode
Option 2: Local open-source server
The rest of this README covers the self-hosted Python server in this repo. It searches Google Flights and tracks prices locally with no account.
Local MCP server
FlightClaw runs as a local MCP server, giving any MCP-compatible client (Claude Code, Claude Desktop, etc.) access to flight search and tracking tools.
Setup
# Install dependencies
pip install "flights==0.9.0" "mcp[cli]<2" fastmcp pydantic-settings
# Add to Claude Code
claude mcp add flightclaw -- python3 /path/to/agents/server.pyOr in Claude Desktop, add to claude_desktop_config.json:
{
"mcpServers": {
"flightclaw": {
"command": "python3",
"args": ["/path/to/agents/server.py"]
}
}
}Tools
Tool | Description |
| Search Google Flights for prices on a route |
| Find cheapest dates to fly across a date range (calendar view) |
| Add a route to price tracking with optional target price |
| Check all tracked flights for price changes and alerts |
| List all tracked flights with price history |
| Remove a route from tracking |
Search filters
All search tools support:
Passengers - adults, children, infants (in seat or on lap)
Airlines - filter to specific carriers (e.g.
BA,AA,DL)Price limit - max price in USD
Duration - max total flight time in minutes
Times - earliest/latest departure and arrival hours
Layovers - max layover duration in minutes
Sorting - by BEST, CHEAPEST, DEPARTURE, ARRIVAL, or DURATION
Multi-airport - comma-separated codes (e.g.
LHR,MAN)Date ranges -
date_tofor searching each day in a range
Example prompts
"Search flights from LHR to JFK on 2025-08-01 in business class"
"Find nonstop BA or VS flights LHR to JFK departing after 8am"
"What are the cheapest dates to fly LHR to JFK in July?"
"Search for 2 adults and 1 child, LHR to JFK, under $500"
"Track LHR to SFO on 2025-07-01 with a target price of $400"
"Check my tracked flights for price drops"
CLI Scripts
The original CLI scripts are still available in scripts/:
# Search flights
python scripts/search-flights.py LHR JFK 2025-07-01 --cabin BUSINESS
# Multiple airports and date ranges
python scripts/search-flights.py LHR,MAN JFK,EWR 2025-07-01 --date-to 2025-07-05
# Track a route
python scripts/track-flight.py LHR JFK 2025-07-01 --target-price 400
# Check for price drops (good for cron)
python scripts/check-prices.py --threshold 5
# List tracked flights
python scripts/list-tracked.pyHow it works
Queries Google Flights via the
flilibraryPrices returned in user's local currency (auto-detected from IP)
Price history persists in
data/tracked.jsonSupports one-way and round trips, all cabin classes (economy to first)
Filter by airline, price, duration, departure/arrival times, layover duration
Multi-airport and date-range searches expand into all combinations
Date search finds the cheapest day to fly across a range
Install (OpenClaw)
npx skills add flightclaw/agentsInstall (Grok)
/plugin marketplace add xai-org/plugin-marketplace
/plugin install flightclawInstall (Claude Code)
/plugin marketplace add flightclaw/agents
/plugin install flightclaw@flightclawInstall (Cursor)
/plugin marketplace add flightclaw/agents
/plugin install flightclawInstall (Gemini CLI)
gemini extensions install https://github.com/flightclaw/agentsEach client reads its own manifest from this repo — .grok-plugin/,
.claude-plugin/, .cursor-plugin/ and gemini-extension.json — and they all
connect to the hosted server at https://mcp.flightclaw.com/mcp. To run the
local server instead, use the setup in "Local MCP server" above.
The local server
The local server runs server.py through uv, which resolves the pinned
dependencies at start-up. Install uv first; no
other setup step runs on your machine.
What the local server reaches, and what it needs
Endpoint | Purpose | Credentials |
| Flight search and price tracking | none |
| Traveller profiles, preferences, cards, groups, trip history, Duffel booking and Link virtual-card payment |
|
Kiwi Tequila ( | Optional bookability check; hand-off deep links to |
|
Search and price tracking work with no credentials at all. Every other group of tools stays inactive until its variables are set:
Variable | Effect when unset |
| Profile, booking and payment tools return "not configured" |
| Server default tenant is used |
| Kiwi coverage is skipped |
| Only read in HTTP transport mode; the local server runs over stdio |
FlightClaw reads no other environment variable, writes only to its own data/
directory, and runs no install-time script.
License
MIT — see LICENSE.
This server cannot be deployed
Maintenance
Related MCP Connectors
Flight search & booking for AI agents. 400+ airlines, $20-50 cheaper than OTAs.
Live flight prices and working booking links for AI agents and travel apps.
Search award flights and cash fares, optimize points, and predict fares inside ChatGPT and Claude.
Give AI assistants access to real-time data. Search the web, compare flights, find hotels, and more.
Related MCP Servers
- AlicenseAqualityDmaintenanceIntegrates Google Flights data into AI workflows for natural language flight searches, price comparisons, flexible date searches, and multi-city itinerary planning with support for various cabin classes and passenger types.95MIT

mcp-travelcodeofficial
AlicenseNot gradedqualityBmaintenanceEnables AI assistants to search flights and hotels, manage bookings, check flight status, and access delay statistics through the TravelCode corporate travel API, all via natural language conversations.13 npm2MIT
AirLabs MCP Serverofficial
AlicenseAqualityDmaintenanceProvides AI assistants with access to real-time flight data, airport schedules, delays, and aviation reference databases through natural language queries.12131 npmMIT
Navifare MCP Serverofficial
FlicenseNot gradedqualityDmaintenanceEnables AI assistants to help users find better prices for flights they have already discovered, by comparing prices across multiple booking sources.33 npm-