This MCP server provides access to the Flightradar24 API for real-time and historical flight data, enabling AI assistants to access comprehensive aviation data.
From the registry: MCP server providing access to the Flightradar24 API for real-time and historical flight data
Please install the `fr24api-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Node.js 18+** — Requires Node.js 18 or higher
- **Flightradar24 API key** — Get your API key from fr24api.flightradar24.com (https://fr24api.flightradar24.com)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["@flightradar24/fr24api-mcp@latest"]
- required environment variables:
- `FR24_API_KEY`: Flightradar24 API key (example: `<your-fr24-api-key>`)
Note: Real-time and historical flight data via official Flightradar24 API.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.FR24_API_KEYrequiredFlightradar24 API key for accessing flight data.MCP server for searching Airweave collections with natural language queries.