Flightradar24
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 is Flightradar24?
Flightradar24 is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to 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!
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!
This server falls under the Search & Data Extraction category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- A Claude Desktop MCP server that helps you track flights in
Use Cases
Maintainer
Works with
Installation
NPM
npx -y flightradar24Manual Installation
npx -y flightradar24Configuration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Flightradar24
The Flightradar24 MCP Server connects Claude to real-time flight tracking data via the Flightradar24 API, enabling aviation enthusiasts, travel planners, and operations teams to query live flight positions, arrival and departure times, airport status, and emergency declarations through natural language. Instead of opening a browser, you can simply ask Claude 'what is the current status of UA123?' and get structured flight data directly in your conversation. It requires a valid Flightradar24 API subscription for data access.
Prerequisites
- Node.js 18 or later installed
- npm installed (ships with Node.js)
- A Flightradar24 API key — obtain at https://fr24api.flightradar24.com
- Git to clone the repository (server is not published to npm as a standalone package)
- An MCP client such as Claude Desktop
Clone the repository
Clone the Flightradar24 MCP server repository from GitHub to a directory on your machine.
git clone https://github.com/sunsetcoder/flightradar24-mcp-server.git
cd flightradar24-mcp-serverInstall dependencies
Install the Node.js dependencies defined in package.json.
npm installBuild the project
Compile the TypeScript source to JavaScript in the dist/ directory.
npm run buildConfigure Claude Desktop
Add the server to your Claude Desktop configuration file. Use the absolute path to the cloned directory and set your Flightradar24 API credentials as environment variables.
{
"mcpServers": {
"flightradar24": {
"command": "node",
"args": ["/absolute/path/to/flightradar24-mcp-server/dist/index.js"],
"env": {
"FR24_API_KEY": "your_api_key_here",
"FR24_API_URL": "https://fr24api.flightradar24.com"
}
}
}
}Restart Claude Desktop and verify
Fully quit and relaunch Claude Desktop. Ask Claude about a flight to confirm the integration is working.
Flightradar24 Examples
Client configuration
Claude Desktop configuration for the Flightradar24 MCP server with API credentials.
{
"mcpServers": {
"flightradar24": {
"command": "node",
"args": ["/absolute/path/to/flightradar24-mcp-server/dist/index.js"],
"env": {
"FR24_API_KEY": "your_fr24_api_key",
"FR24_API_URL": "https://fr24api.flightradar24.com"
}
}
}
}Prompts to try
Example flight-tracking questions you can ask Claude once the server is connected.
- "What is the current status and ETA for United Airlines flight UA123?"
- "Show me all flights currently arriving at SFO"
- "Are there any emergency flights declared in the northeastern US right now?"
- "How many commercial flights are over the Pacific Ocean at this moment?"
- "What flights departed from LHR in the last hour?"Troubleshooting Flightradar24
Authentication error or 401 Unauthorized from the API
Check that FR24_API_KEY is set correctly in the env section of your config. The Flightradar24 API requires a paid subscription — verify your account is active at fr24api.flightradar24.com.
npm run build fails with TypeScript errors
Ensure you have Node.js 18+ installed. Run 'node --version' to check. Also try deleting node_modules and running npm install again before rebuilding.
Server not found — Claude Desktop shows connection error
The args path must be the absolute path to the compiled dist/index.js file. Relative paths do not work. Use forward slashes in paths even on Windows, and verify the file exists at that exact location.
Frequently Asked Questions about Flightradar24
What is Flightradar24?
Flightradar24 is a Model Context Protocol (MCP) server that 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! It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Flightradar24?
Install via npm with the command: npx -y flightradar24. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).
Which AI clients work with Flightradar24?
Flightradar24 works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Flightradar24 free to use?
Yes, Flightradar24 is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.
Flightradar24 Alternatives — Similar Search & Data Extraction Servers
Looking for alternatives to Flightradar24? Here are other popular search & data extraction servers you can use with Claude, Cursor, and VS Code.
TrendRadar
★ 58.0kA real-time hotspot monitoring and news aggregation assistant that provides AI-powered analysis of trending topics across multiple platforms via the Model Context Protocol. It enables users to track news and receive automated notifications through va
Scrapling
★ 52.7k🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!
PDF Math Translate
★ 33.9k[EMNLP 2025 Demo] PDF scientific paper translation with preserved formats - 基于 AI 完整保留排版的 PDF 文档全文双语翻译,支持 Google/DeepL/Ollama/OpenAI 等服务,提供 CLI/GUI/MCP/Docker/Zotero
GPT Researcher
★ 27.2kAn autonomous agent that conducts deep research on any data using any LLM providers
Agent Reach
★ 20.1kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
Xiaohongshu
★ 13.7kMCP for xiaohongshu.com
Browse More Search & Data Extraction MCP Servers
Explore all search & data extraction servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Flightradar24 in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Flightradar24?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.