flightradar24-mcp-server
Model Context Protocol server for Flight Tracking
Documentation
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
1. Clone this repository somewhere on your computer:
git clone https://github.com/sunsetcoder/flightradar24-mcp-server.git2. Install dependencies & build the project:
cd flightradar24-mcp-server
npm install
npm run build3. Integration with Claude Desktop
1. Open your Claude Desktop configuration file:
# On Mac:
~/Library/Application Support/Claude/claude_desktop_config.json
# On Windows:
%APPDATA%/Claude/claude_desktop_config.json2. Add the following to the `mcpServers` object in your config:
{
"mcpServers": {
"flightradar24-server": {
"command": "node",
"args": [
"/Users///flightradar24-mcp-server/dist/index.js"
],
"env": {
"FR24_API_KEY": "your_api_key_here",
"FR24_API_URL": "https://fr24api.flightradar24.com"
}
}
}
}3. Important Steps:
4. Restart Claude Desktop for the changes to take effect
Environment Setup
1. Copy `.env.example` to `.env`:
cp .env.example .env2. Update the `.env` file with your actual Flightradar24 API key:
FR24_API_KEY=your_actual_api_key_hereNote: 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:
1. "What's the ETA for United Airlines flight UA123?"
2. "Show me all flights currently at SFO"
3. "Are there any emergency flights in the area?"
4. "Show me all international flights arriving at SFO in the next 2 hours"
5. "How many commercial flights are currently over the Pacific Ocean?"
6. "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.json` is 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? 🆘
1. Make sure Claude Desktop is properly installed
2. Verify your Flightradar24 API key is active
3. Check the path in your configuration file is correct
4. Look for error messages in MCP server logs
License 📄
MIT
Made with ❤️ for aviation enthusiasts
Frequently asked questions
What is flightradar24-mcp-server?
flightradar24-mcp-server is Model Context Protocol server for Flight Tracking
How do I install flightradar24-mcp-server?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is flightradar24-mcp-server open source?
Yes — it is hosted on GitHub at https://github.com/sunsetcoder/flightradar24-mcp-server and has 45 stars.
Related MCP tools
The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more.
An AI-powered task-management system you can drop into Cursor, Lovable, Windsurf, Roo, and others. Built for the Model Context Protocol to enhance AI capabiliti
Fay是一个帮助数字人(2.5d、3d、移动、pc、网页)或大语言模型(openai兼容、deepseek)连通业务系统的mcp框架。 JavaScript-based implementation. Trusted by 12000+ developers.
CTTF: MCP integration between Cursor and Figma, allowing Cursor Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients. JavaScript-based implementation.
This is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities JavaScript-based implementation.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP