- Explore MCP Servers
- flightradar24-mcp-server
Flightradar24 Mcp Server
What is Flightradar24 Mcp Server
Flightradar24-mcp-server is a Model Context Protocol server designed for real-time flight tracking using Flightradar24 data. It is ideal for aviation enthusiasts, travel planners, and anyone interested in monitoring flights.
Use cases
Use cases for flightradar24-mcp-server include tracking flights for personal interest, planning travel itineraries, and monitoring emergency situations involving flights.
How to use
To use flightradar24-mcp-server, first ensure you have Claude Desktop installed and obtain a Flightradar24 API key. Clone the repository, install dependencies, and configure the server in your Claude Desktop settings. Restart Claude Desktop to apply the changes.
Key features
Key features include real-time flight tracking, arrival and departure times for specific flights, airport flight status viewing, and monitoring of emergency flights.
Where to use
undefined
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Flightradar24 Mcp Server
Flightradar24-mcp-server is a Model Context Protocol server designed for real-time flight tracking using Flightradar24 data. It is ideal for aviation enthusiasts, travel planners, and anyone interested in monitoring flights.
Use cases
Use cases for flightradar24-mcp-server include tracking flights for personal interest, planning travel itineraries, and monitoring emergency situations involving flights.
How to use
To use flightradar24-mcp-server, first ensure you have Claude Desktop installed and obtain a Flightradar24 API key. Clone the repository, install dependencies, and configure the server in your Claude Desktop settings. Restart Claude Desktop to apply the changes.
Key features
Key features include real-time flight tracking, arrival and departure times for specific flights, airport flight status viewing, and monitoring of emergency flights.
Where to use
undefined
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
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
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.git -
Install 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.json -
Add 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 repository - Add your Flightradar24 API key in the
envsection - Make sure to use forward slashes (
/) in the path, even on Windows
- Replace
-
Restart Claude Desktop for the changes to take effect
Environment Setup
-
Copy
.env.exampleto.env:cp .env.example .env -
Update 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 correct - Make 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
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










