Skip to main content
Glama
Cyreslab-AI

FlightRadar MCP Server

FlightRadar MCP サーバー

鍛冶屋のバッジ

AviationStack API を使用してリアルタイムのフライト追跡とステータス情報を提供するモデル コンテキスト プロトコル (MCP) サーバー。

特徴

この MCP サーバーは、次の 3 つの主要なツールを提供します。

  1. get_flight_data : IATA または ICAO コードで特定のフライトの詳細情報を取得します。

  2. search_flights : 航空会社、出発/到着空港、ステータスなどのさまざまな条件でフライトを検索します。

  3. get_flight_status : 特定のフライトの人間が読める形式のステータス概要を取得します。

Related MCP server: Variflight MCP Server

インストール

Smithery経由でインストール

Smithery経由で Claude Desktop 用の flightradar-mcp-server を自動的にインストールするには:

npx -y @smithery/cli install @Cyreslab-AI/flightradar-mcp-server --client claude

前提条件

  • Node.js (v14以上)

  • npm (v6以上)

  • AviationStack API キー ( aviationstack.comで取得)

設定

  1. このリポジトリをクローンします:

    git clone https://github.com/Cyreslab-AI/flightradar-mcp-server.git
    cd flightradar-mcp-server
  2. 依存関係をインストールします:

    npm install
  3. サーバーを構築します。

    npm run build
  4. MCP 設定ファイルでサーバーを構成します。

    Claude VSCode 拡張機能の場合は、 ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.jsonに追加します。

    {
      "mcpServers": {
        "flightradar": {
          "command": "node",
          "args": ["/path/to/flightradar-mcp-server/build/index.js"],
          "env": {
            "AVIATIONSTACK_API_KEY": "YOUR_API_KEY_HERE"
          },
          "disabled": false,
          "autoApprove": []
        }
      }
    }

    Claude デスクトップ アプリの場合は、 ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) または他のプラットフォームの同様のパスに追加します。

使用例

サーバーが設定されると、Claude でそれを使用してフライト情報を取得できます。

フライトステータスを取得する

User: What's the status of flight BA855?

Claude: Flight BA855 (British Airways) is currently landed.

Departure: Prague Vaclav Havel Airport (PRG), Terminal 1, Gate B5
Scheduled: 3/25/2025, 11:50:00 AM
Estimated: 3/25/2025, 11:50:00 AM

Arrival: Heathrow (LHR), Terminal 3
Scheduled: 3/25/2025, 1:10:00 PM

フライトを検索

User: Find British Airways flights

Claude: I found 3212 British Airways flights. Here are the first 3:

1. BA5719: Tucson (TUS) to Dallas/Fort Worth (DFW)
   Status: scheduled
   Departure: 3/25/2025, 5:00:00 AM

2. BA6096: Prague (PRG) to Helsinki (HEL)
   Status: scheduled
   Departure: 3/25/2025, 11:40:00 AM

3. BA855: Prague (PRG) to London Heathrow (LHR)
   Status: landed
   Departure: 3/25/2025, 10:50:00 AM

フライトの詳細を取得

User: Get detailed information about flight BA855

Claude: Here are the details for flight BA855:

Flight: BA855 (BAW855)
Airline: British Airways
Aircraft: Airbus A320 (Registration: G-EUUH)

Departure:
- Airport: Prague Vaclav Havel Airport (PRG/LKPR)
- Terminal: 1, Gate: B5
- Scheduled: 3/25/2025, 10:50:00 AM

Arrival:
- Airport: London Heathrow (LHR/EGLL)
- Terminal: 3
- Scheduled: 3/25/2025, 12:10:00 PM

Status: landed

APIキーの設定

このサーバーを動作させるには、 AviationStack APIキーが必要です。aviationstack.com で無料のAPIキー(月間100リクエスト)を入手できます。

API キーは、MCP 設定構成でAVIATIONSTACK_API_KEYという名前の環境変数として提供する必要があります。

ライセンス

マサチューセッツ工科大学

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Cyreslab-AI/flightradar-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server