airlabs-mcp
AirLabs.co MCP
Documentation
AirLabs MCP Server
This Model Context Protocol (MCP) server provides access to the AirLabs aviation data API. It lets AI assistants such as Claude Desktop and Cursor access real-time flight data, airport schedules, delays, and reference databases for airlines, airports, aircraft fleets and routes — directly through natural-language questions.
The entire server lives in a single file (`index.ts`): tool definitions, the AirLabs HTTP client, request handling and the stdio transport.
Features
- Live flight status — look up any flight by number and get status, gate, terminal and delay.
- Airport schedules — departures and arrivals boards for any airport.
- Delay monitoring — find flights delayed beyond a threshold at an airport or airline.
- Real-time positions — live aircraft coordinates, altitude, speed and heading by area, airline or registration.
- Nearest airport — closest airports to any coordinate.
- Reference databases — airlines, airports, aircraft fleets (by tail number or ICAO24 hex) and route networks.
- Code resolution — turn a place or airline name into its IATA/ICAO code.
Prerequisites
1. Node.js 18.0.0 or higher.
2. AirLabs API key — get a free key at .
Installation
Via npm
npm install -g @airlabs-co/airlabs-mcpConfiguration
Claude Desktop Integration
Add this to your `claude_desktop_config.json`:
{
"mcpServers": {
"airlabs": {
"command": "npx",
"args": ["@airlabs-co/airlabs-mcp@latest"],
"env": {
"AIRLABS_API_KEY": "your_api_key_here"
}
}
}
}Notes:
- Replace `your_api_key_here` with your actual AirLabs API key.
- Restart Claude Desktop after editing the config.
- If you build from source locally, use `"command": "node", "args": ["/path/to/build/index.js"]`.
Other MCP Clients
Run the server directly over stdio:
AIRLABS_API_KEY=your_api_key_here npx @airlabs/airlabs-mcpAvailable Tools
| Tool | AirLabs endpoint | Purpose |
|---|---|---|
| `get_flight_status` | `/flight` | Live status of one flight by IATA/ICAO number |
| `get_airport_schedule` | `/schedules` | Departures / arrivals board for an airport |
| `monitor_delays` | `/delays` | Flights delayed beyond a threshold |
| `track_live_flights` | `/flights` | Live aircraft positions by area, airline or registration |
| `find_nearest_airport` | `/nearby` | Closest airports to a coordinate |
| `search_airport_code` | `/suggest` | Resolve a name to an IATA/ICAO code |
| `get_airline_info` | `/airlines` | Airline details by code |
| `get_airport_info` | `/airports` | Airport details by code |
| `lookup_aircraft` | `/fleets` | Aircraft by registration or ICAO24 hex |
| `find_routes` | `/routes` | Which airlines fly a given route |
All tools accept an optional `_fields` parameter (where the endpoint supports it) to return only selected fields and keep responses compact.
Usage Examples
Once configured, just ask your assistant:
- *"Is flight BA117 on time?"* → `get_flight_status`
- *"What flights are leaving JFK today?"* → `get_airport_schedule`
- *"Are arrivals delayed at LAX by more than 30 minutes?"* → `monitor_delays`
- *"Show me planes flying over New York."* → `track_live_flights`
- *"What aircraft is registration N790AN?"* → `lookup_aircraft`
- *"Which airlines fly from London to Tokyo?"* → `find_routes`
Development
Building from source
git clone https://github.com/airlabs-co/airlabs-mcp.git
cd airlabs-mcp
npm install
npm run buildContributing
1. Fork the repository.
2. Create a feature branch.
3. Make your changes.
4. Submit a pull request.
Support
- Documentation:
- Issues: GitHub Issues
- API support:
License
MIT License — see LICENSE.
Frequently asked questions
What is airlabs-mcp?
airlabs-mcp is AirLabs.co MCP
How do I install airlabs-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is airlabs-mcp open source?
Yes — it is hosted on GitHub at https://github.com/airlabs-co/airlabs-mcp.
Related MCP tools
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
Use any LLMs (Large Language Models) for Deep Research. Support SSE API and MCP server.
Enhanced MCP server for interactive user feedback and command execution in AI-assisted development, featuring dual interface support (Web UI and Desktop Application) with intelligent environment detection and cross-platform compatibility.
A powerful Zotero AI and MCP plugin with ChatGPT, Gemini 3.7, Claude Fable 5, Claude Opus 5, DeepSeek V4, Grok, OpenRouter, Kimi k3, GLM 5.3, SiliconFlow, GPT-oss, Gemma 4, Qwen 3.8
Connect your browser to AI models. Just use Dia on Chrome, Arc or Firefox.
文颜 MCP Server 可以让 AI 自动将 Markdown 文章排版后发布至微信公众号。
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP