Labsco
MCP SERVER

Flightradar24

by sunsetcoder

Track a flight, check what is landing at an airport, or spot emergency traffic — asked in plain language.

Travel Booking, Transit & Navigation
Summary
Four questions, answered from live data instead of a search engine.

Asking when a specific flight lands, or what is currently in the air over a region, is the kind of question a web search answers badly and a live feed answers exactly — and here it happens inside the conversation you are already in. The cost is the data, not the software: the API needs a Flightradar24 subscription, and without a valid key nothing responds.

What it is

A small MCP server that puts Flightradar24's live flight data behind a Claude Desktop conversation, so questions about specific flights and airports are answered from real-time data.

What you get
  • Real-time tracking of a named flight
  • Arrival and departure times for a specific flight
  • The status of flights at an airport
  • Monitoring for aircraft that have declared an emergency
Requirements

A Flightradar24 API key, which is a paid subscription. Clone the repository, install and build with npm, then set `FR24_API_KEY` and `FR24_API_URL` in your client config and restart it. Use the full absolute path to the built entry point — a relative path is the most common reason the client cannot connect.

Setup effort

One command plus a key — npx -y flightradar24-mcp-server, then supply credentials