Skip to main content
Glama
Cyreslab-AI

FlightRadar MCP Server

FlightRadar MCP 서버

대장간 배지

AviationStack API를 사용하여 실시간 비행 추적 및 상태 정보를 제공하는 MCP(Model Context Protocol) 서버입니다.

특징

이 MCP 서버는 세 가지 주요 도구를 제공합니다.

  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를 자동으로 설치하려면:

지엑스피1

필수 조건

  • 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 라는 환경 변수로 제공되어야 합니다.

특허

MIT

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