lufthaven
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., "@lufthavenWhat's the status of UA444?"
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.
Lufthaven
Flight data for AI agents and developers. Real-time tracking, weather, deals, and TSA wait times.
No API key required.
What You Get
flight_status— real-time flight status, gates, delays, live GPS positionairport_search— find airports by name, code, or citylive_aircraft— aircraft currently flying in an areaairport_weather— METAR conditions and flight rulesairport_delays— FAA ground delay programsflight_deals— cheap flight deals from an origintsa_wait_times— TSA security checkpoint wait timesflight_trail— flight path / position history
Related MCP server: FAA Delays MCP
Requirements
Node.js 18 or later
Install
Claude Code (plugin)
Add the marketplace:
/plugin marketplace add Lufthaven/lufthaven-mcpInstall the plugin:
/plugin install lufthaven@lufthavenReload plugins:
/reload-pluginsClaude Code (MCP)
Or add directly as an MCP server:
claude mcp add lufthaven -- npx -y -p lufthaven lufthaven-mcpClaude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"lufthaven": {
"command": "npx",
"args": ["-y", "-p", "lufthaven", "lufthaven-mcp"]
}
}
}Codex
Add to your project's codex.json or global MCP config:
{
"mcpServers": {
"lufthaven": {
"command": "npx",
"args": ["-y", "-p", "lufthaven", "lufthaven-mcp"]
}
}
}ChatGPT
Settings → Connectors → Create, then paste:
https://lufthaven-mcp.workers.dev/mcpThen try:
What's the status of UA444?
Are there any delays at JFK right now?
Find me cheap flights from SFO to Tokyo.
What's the weather at Heathrow?CLI
Also works as a standalone CLI:
npx lufthaven flight UA444
npx lufthaven weather KJFK
npx lufthaven deals SFO --to NRT
npx lufthaven tsa LAX
npx lufthaven live --airport KLAX
npx lufthaven delays
npx lufthaven airport "san francisco"All commands support --json for raw JSON output.
Data
Live ADS-B — real-time aircraft positions from community receivers worldwide
FAA SWIM — US flight status direct from FAA data feeds
Weather — METAR/TAF from aviationweather.gov
Delays — FAA NAS ground delay programs
Deals — Google Flights price monitoring
TSA — airport security checkpoint wait times
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Read-only airport delay, weather, and 24h forecast tools for AI assistants. Airport-level only.
Free, no-login flight search with real-time pricing from multiple airlines.
FAA Delays MCP — live US airport operational status (FAA, free, no auth).
Aviationstack MCP — global flight + airport + airline data
Related MCP Servers
- AlicenseBqualityDmaintenanceProvides access to real-time and historical flight data from Flightradar24 API, enabling users to track live aircraft positions, query flight histories, and retrieve comprehensive aviation information including aircraft, airline, and airport details.157 npmMIT
- AlicenseNot gradedqualityCmaintenanceProvides live US airport operational status and delay data from the FAA, free and without authentication.5 npmMIT
- FlicenseNot gradedqualityBmaintenanceEnables querying aviation weather, FAA TFRs, NWS alerts, flight tracking, and Amtrak train status using public APIs. No API keys or private infrastructure required.-
- AlicenseAqualityCmaintenanceProvides real-time and historical flight data via the Flightradar24 API, enabling AI assistants to track aircraft positions, flight summaries, and airport details.1593 npm27MIT