← Index

io.github.Flightradar24/fr24api-mcp

io.github.Flightradar24/fr24api-mcp·v1.0.1·Calendar & Time
Quality Score
70
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "fr24api-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@flightradar24/fr24api-mcp"
      ],
      "env": {
        "FR24_API_KEY": "<your-fr24_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "fr24api-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@flightradar24/fr24api-mcp"
      ],
      "env": {
        "FR24_API_KEY": "<your-fr24_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @flightradar24/fr24api-mcp
§02  Environment variables
FR24_API_KEY
requiredsecret

Your API key for Flightradar24 API

§03  MCP Quality Score  ·  methodology
freshness
10
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Calendar & Time