drio
Open app

Flightradar24 MCP Server đŸ›Šī¸

Source

Mirror of

Catalog onlyCatalog onlySTDIO

Overview

Flightradar24 MCP Server is a tool that allows users to track flights in real-time using Flightradar24 data, making it ideal for aviation enthusiasts, travel planners, and anyone interested in aircraft movements.

To use this server, you need to have Claude Desktop installed along with a valid Flightradar24 API key. After setting up the server by following the installation instructions, you can interact with it via Claude by asking questions related to flights.

  • Real-time tracking of any flight - Get arrival and departure times for specific flights - View flight statuses at various airports - Monitor emergency flights
  1. Check ETA for specific flights
  2. View ongoing flights at an airport
  3. Track emergency flight situations
  4. Analyze commercial flight patterns over specific regions

Add to your AI client

Use these steps to connect Flightradar24 MCP Server đŸ›Šī¸ in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "sunsetcoder-flightradar24-mcp-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sunsetcoder-flightradar24-mcp-server-mcp-mirror"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "sunsetcoder-flightradar24-mcp-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sunsetcoder-flightradar24-mcp-server-mcp-mirror"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "sunsetcoder-flightradar24-mcp-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sunsetcoder-flightradar24-mcp-server-mcp-mirror"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "sunsetcoder-flightradar24-mcp-server-mcp-mirror": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sunsetcoder-flightradar24-mcp-server-mcp-mirror"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "sunsetcoder-flightradar24-mcp-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sunsetcoder-flightradar24-mcp-server-mcp-mirror"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "sunsetcoder-flightradar24-mcp-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sunsetcoder-flightradar24-mcp-server-mcp-mirror"
      ]
    }
  }
}

FAQ

**Can I use it without Claude Desktop?**

No, you must have Claude Desktop installed to run the server.

**What do I need to get started?**

You need Claude Desktop and a valid Flightradar24 API key.

**How do I troubleshoot connection issues?**

Ensure your API key is valid, check configuration file paths, and restart the Claude Desktop application if necessary.7:["