Home › Other › fr24api-mcp

fr24api-mcp

MCP server providing access to the Flightradar24 API for real-time and historical flight data

TypeScript
★ 27 stars Last pushed 2026-01-22 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.1)

npx -y @flightradar24/fr24api-mcp@1.0.1

Or add to your MCP client config:

{
  "mcpServers": {
    "fr24api-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@flightradar24/fr24api-mcp@1.0.1"
      ],
      "env": {
        "FR24_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • FR24_API_KEY required secret — Your API key for Flightradar24 API

Related servers

Data from the Official MCP Registry