LogoSTMCP
Download
flightradar24-mcp-server

Flightradar24 MCP Server

A Claude Desktop MCP server that provides real-time flight tracking using Flightradar24 data, perfect for aviation enthusiasts, travel planners, and flight monitoring.

Tools

1. Track any flight in real-time

Track any flight in real-time using Flightradar24 data.

2. Get arrival and departure times for specific flights

Get arrival and departure times for specific flights.

3. View the status of flights at an airport

View the status of flights at an airport.

4. Monitor emergency flights

Monitor emergency flights.

Open Graph image for Flightradar24 MCP Server

JSON Config

{
  "mcpServers": {
    "flightradar24-server": {
      "command": "node",
      "args": [
        "/path/to/flightradar24-mcp-server/dist/index.js"
      ],
      "env": {
        "FR24_API_KEY": "your_api_key_here",
        "FR24_API_URL": "https://fr24api.flightradar24.com"
      }
    }
  }
}

Useful Links

Information