Odel
fr24api mcp

fr24api mcp

Local
@flightradar2425TypeScriptMITUpdated 7mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@flightradar24/fr24api-mcpv1.0.1

Run

npx -y @flightradar24/fr24api-mcp

MCP client config

{
  "mcpServers": {
    "fr24api-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@flightradar24/fr24api-mcp"
      ]
    }
  }
}