flightradar24-mcp-server
This server provides real-time flight tracking and information using Flightradar24 data. With it, you can:
Track flights in real-time with filtering options by geographical bounds, airport ICAO codes, or aircraft categories
Get estimated arrival times (ETA) for specific flight numbers
View the status of flights currently at or around specific airports
Identify and monitor emergency flights
Uses .env files for configuration management, particularly for storing sensitive Flightradar24 API credentials securely outside of version control.
Allows tracking and querying United Airlines flights specifically, as demonstrated in the example query 'What's the status of flight UA123?'
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@flightradar24-mcp-serverWhat's the status of flight UA123?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Flightradar24 MCP Server 🛩️
A Claude Desktop MCP server that helps you track flights in real-time using Flightradar24 data. Perfect for aviation enthusiasts, travel planners, or anyone curious about flights overhead!
What Can This Do? ✨
🔍 Track any flight in real-time
⏰ Get arrival and departure times for specific flights
🌉 View the status of flights at an airport
🚨 Monitor emergency flights
Related MCP server: airplanes-live-mcp
Setup Guide 🚀
1. Prerequisites
Claude Desktop installed on your computer
A Flightradar24 API key (get one from Flightradar24's website)*
2. Installation
Clone this repository somewhere on your computer:
git clone https://github.com/sunsetcoder/flightradar24-mcp-server.gitInstall dependencies & build the project:
cd flightradar24-mcp-server npm install npm run build
3. Integration with Claude Desktop
Open your Claude Desktop configuration file:
# On Mac: ~/Library/Application Support/Claude/claude_desktop_config.json # On Windows: %APPDATA%/Claude/claude_desktop_config.jsonAdd the following to the
mcpServersobject in your config:{ "mcpServers": { "flightradar24-server": { "command": "node", "args": [ "/Users/<username>/<FULL_PATH...>/flightradar24-mcp-server/dist/index.js" ], "env": { "FR24_API_KEY": "your_api_key_here", "FR24_API_URL": "https://fr24api.flightradar24.com" } } } }Important Steps:
Replace
/FULL/PATH/TO/flightradar24-mcp-serverwith the actual full path to where you cloned the repositoryAdd your Flightradar24 API key in the
envsectionMake sure to use forward slashes (
/) in the path, even on Windows
Restart Claude Desktop for the changes to take effect
Environment Setup
Copy
.env.exampleto.env:cp .env.example .envUpdate the
.envfile with your actual Flightradar24 API key:FR24_API_KEY=your_actual_api_key_here
Note: Never commit your actual API key to version control. The .env file is ignored by git for security reasons.
Let's Try It Out! 🎮
Once the server is configured, you can ask Claude questions like:
"What's the ETA for United Airlines flight UA123?"
"Show me all flights currently at SFO"
"Are there any emergency flights in the area?"
"Show me all international flights arriving at SFO in the next 2 hours"
"How many commercial flights are currently over the Pacific Ocean?"
"Identify any flights that have declared an emergency in the California region"
Example conversation with Claude:
You: What's the status of flight UA123?
Claude: Let me check that for you...
[Claude will use the MCP server to fetch real-time flight information]Common Questions & Troubleshooting 🤔
"Claude can't connect to the server"
Check if the path in
claude_desktop_config.jsonis correctMake sure you're using the full absolute path
Verify your API key is correct
Try restarting Claude Desktop
"The server isn't responding"
Make sure your Flightradar24 API key is valid
Check if the API URL is correct
Look for any error messages in server logs
FlightRadar API Access
Note: Using Flightradar24's API requires a subscription
Need More Help? 🆘
Make sure Claude Desktop is properly installed
Verify your Flightradar24 API key is active
Check the path in your configuration file is correct
Look for error messages in MCP server logs
License 📄
MIT
Made with ❤️ for aviation enthusiasts
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceAn MCP server that integrates the Duffel flights API to enable flight searching, airport code lookup, and fare detail retrieval via natural language. It allows users to search for one-way or round-trip flights and access baggage and fare conditions directly within Claude Code.Last updated
- Alicense-qualityDmaintenanceEnables real-time aircraft tracking from Claude Desktop using the airplanes.live API, supporting searches by callsign, registration, hex ID, and position.Last updated9MIT
- AlicenseAqualityCmaintenanceMCP server giving AI agents access to real-time aviation data — live flight tracking, airport weather, airline and airport information.Last updated103MIT
- Alicense-qualityDmaintenanceThis MCP server provides real-time integration between Elite Dangerous and Claude Desktop, enabling AI-powered analysis of your gameplay data and dynamic generation of EDCoPilot custom content.Last updated1MIT
Related MCP Connectors
Geo-based flight search MCP server. Find more flights between any two places on earth
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
MCP server giving Claude AI access to 22+ NYC public-record databases for real estate due diligence
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sunsetcoder/flightradar24-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server