Used by 1 plugin
Fetches real-time flight data and airport information from Flightradar24.
Add to your .mcp.json:
{
"mcpServers": {
"fr24api": {
"command": "npx",
"args": [
"@flightradar24/fr24api-mcp@latest"
],
"env": {
"FR24_API_KEY": "${FR24_API_KEY}"
}
}
}
}Replace placeholder values for: FR24_API_KEY
This MCP server needs API keys or credentials. Configure them in your environment before use.
npxFR24_API_KEY=${FR24_API_KEY}