MCP server providing access to the Flightradar24 API for real-time and historical flight data
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"fr24api": {
"env": {
"FR24_API_KEY": "your_api_key_here"
},
"args": [
"@flightradar24/fr24api-mcp@latest"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
This Model Context Protocol (MCP) server provides access to the Flightradar24 API for real-time and historical flight data. This server enables AI assistants like Claude to access comprehensive aviation data including live flight positions, aircraft information, airport details, and flight histories.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@flightradar24/fr24api-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @flightradar24/fr24api-mcp against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in data
Query and manage PostgreSQL databases directly from AI assistants
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
Manage Supabase projects — databases, auth, storage, and edge functions
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
MCP Security Weekly
Get CVE alerts and security updates for io.github.Flightradar24/fr24api-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
This Model Context Protocol (MCP) server provides access to the Flightradar24 API for real-time and historical flight data. This server enables AI assistants like Claude to access comprehensive aviation data including live flight positions, aircraft information, airport details, and flight histories.
npm install -g @flightradar24/fr24api-mcp
Add this configuration to your claude_desktop_config.json file:
{
"mcpServers": {
"fr24api": {
"command": "npx",
"args": ["@flightradar24/fr24api-mcp@latest"],
"env": {
"FR24_API_KEY": "your_api_key_here"
}
}
}
}
Important Notes:
your_api_key_here with your actual Flightradar24 API key"command": "node", "args": ["/path/to/build/index.js"]For other MCP clients, run the server directly:
FR24_API_KEY=your_api_key_here npx @flightradar24/fr24api-mcp
get_live_flights_positions_lightGet real-time aircraft positions with basic information.
Parameters (at least one required):
bounds: Geographic area (north,south,west,east coordinates)flights: Flight numbers (comma-separated, max 15)callsigns: Flight callsigns (comma-separated, max 15)registrations: Aircraft registrations (comma-separated, max 15)airports: Airport codes with optional direction (e.g., "inbound:JFK,outbound:LAX")routes: Flight routes (e.g., "JFK-LAX,LHR-CDG")aircraft: Aircraft ICAO types (comma-separated, max 15)altitude_ranges: Altitude ranges in feet (e.g., "0-3000,30000-40000")categories: Flight categories (P,C,M,J,T,H,B,G,D,V,O,N)limit: Maximum results (default: no limit, max: 30000)get_live_flights_positions_fullGet real-time aircraft positions with comprehensive flight details. Same parameters as above
get_live_flights_countGet count of live flights matching criteria. Same parameters as above
get_historic_flights_positions_fullGet historical flight positions with full details.
Required Parameters:
timestamp: Unix timestamp for historical snapshotOptional Parameters: Same as live flight parameters
get_historic_flights_positions_lightGet historical flight positions with basic information. Same parameters as above
get_historic_flights_countGet count of historical flights. Same parameters as above
get_flight_summary_fullGet comprehensive flight takeoff/landing information.
Required Parameters:
flight_datetime_from: Start datetime (YYYY-MM-DDTHH:MM:SSZ)flight_datetime_to: End datetime (YYYY-MM-DDTHH:MM:SSZ)Optional Parameters:
flights, callsigns, registrations, airports, routes, aircraftsort: Sort order ("asc