Flightradar24 Mcp Server 🛩️

Created bysunsetcodersunsetcoder

Model Context Protocol server for Flight Tracking

Overview

What is Flightradar24 MCP Server?

The ### Flightradar24 MCP Server is an open-source project designed to facilitate real-time flight tracking. It acts as a server that processes data from various sources, allowing users to monitor aircraft movements, gather flight information, and visualize air traffic in real-time. This server is particularly useful for aviation enthusiasts, developers, and researchers interested in flight data analytics.

Features of Flightradar24 MCP Server

  • Real-Time Data Processing: The server processes flight data in real-time, providing users with up-to-date information on aircraft positions, altitudes, and flight paths.
  • Open Source: Being an open-source project, users can contribute to its development, customize it according to their needs, and share improvements with the community.
  • User-Friendly Interface: The server comes with a user-friendly interface that makes it easy to navigate and access flight data.
  • Support for Multiple Data Sources: It can aggregate data from various sources, including ADS-B receivers, allowing for comprehensive flight tracking.
  • Customizable Alerts: Users can set up notifications for specific flights or events, ensuring they never miss important updates.

How to Use Flightradar24 MCP Server

  1. Installation: Begin by cloning the repository from GitHub. Use the command:
    git clone https://github.com/sunsetcoder/flightradar24-mcp-server.git
    
  2. Dependencies: Install the necessary dependencies as outlined in the documentation. This may include libraries for data processing and visualization.
  3. Configuration: Configure the server settings to connect to your data sources. This may involve setting up API keys or configuring local receivers.
  4. Running the Server: Start the server using the command specified in the documentation. Typically, this involves running a script or a command in the terminal.
  5. Accessing the Interface: Open a web browser and navigate to the server's address to access the user interface and start tracking flights.

Frequently Asked Questions

What is the purpose of the Flightradar24 MCP Server?

The server is designed to provide real-time flight tracking information by processing data from various sources, making it useful for aviation enthusiasts and developers.

Is the Flightradar24 MCP Server free to use?

Yes, the server is open-source and free to use. Users can download, modify, and contribute to the project without any cost.

Can I customize the Flightradar24 MCP Server?

Absolutely! Being an open-source project, you can customize the server to fit your specific needs, whether it's adding new features or modifying existing ones.

What data sources can I use with the Flightradar24 MCP Server?

The server supports multiple data sources, including ADS-B receivers and other flight data APIs, allowing for comprehensive tracking capabilities.

How can I contribute to the Flightradar24 MCP Server?

You can contribute by reporting issues, suggesting features, or submitting code improvements through pull requests on the GitHub repository.

Details

Server Config

{
  "mcpServers": {
    "flightradar-24-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/metorial/mcp-container--sunsetcoder--flightradar24-mcp-server--flightradar-24-mcp-server",
        "npm run start"
      ],
      "env": {
        "FR24_API_KEY": "fr-24-api-key",
        "FR24_API_URL": "fr-24-api-url"
      }
    }
  }
}

Project Info

Author
sunsetcoder
Created At
Dec 1, 2025
Star
44
Language
JavaScript
Tags
-

Flightradar24 Mcp Se... Alternative

For some alternatives to Flightradar24 Mcp Se... that you may need, we provide you with sites divided by category.

MCP server for Atlassian tools (Confluence, Jira)

A Model Context Protocol (MCP) server for interacting with Microsoft 365 and Office services through the Graph API

Model Context Protocol server to allow for reading and writing from Pinecone. Basic Retrieval-Augmented Generation (RAG).

MCP Server for running Postman Collections with Newman

A Model Context Protocol (MCP) server that offers JSON-RPC capabilities via OpenRPC.

Connect your chat repl to Wolfram Alpha computational intelligence.

View More >>