Loading MCP server directory, please wait...
MCP server providing access to the Flightradar24 API for real-time and historical flight data
npx @getmcp/cli add io.github.Flightradar24/fr24api-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
FR24_API_KEYYour API key for Flightradar24 API
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Flightradar24/fr24api-mcp": {
"command": "npx",
"args": [
"-y",
"@flightradar24/fr24api-mcp"
],
"env": {
"FR24_API_KEY": ""
}
}
}
}