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.
https://airlabs.co/docs/
Server Config
{
"mcpServers": {
"airlabs": {
"command": "npx",
"args": [
"@airlabs-co/airlabs-mcp@latest"
],
"env": {
"AIRLABS_API_KEY": "your_api_key_here"
}
}
}
}