N

Naver-Flight-MCP

@InSIkHwang/Naver-Flight-MCP
0 Stars 174 次浏览 InSIkHwang 更新于 2026-08-23

MCP 服务配置

复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用

{
  "mcpServers": {
    "naver-flight": {
      "args": [
        "C:/Users/hwang/naver-flight-mcp/dist/index.js"
      ],
      "command": "node",
      "env": {}
    }
  }
}

服务介绍

naver-flight-mcp

API Model Context Protocol (MCP) .

  • ** ** ( 1, )
  • ** ** (/ , , )
  • ** 10**
  • ** SSE **

1.

#  
git clone https://github.com/your-username/naver-flight-mcp.git
cd naver-flight-mcp

#  
npm install

# TypeScript 
npm run build

2. Cursor MCP

Windows: C:\Users\{}\.cursor\mcp.json
MacOS: ~/.cursor/mcp.json

{
  "mcpServers": {
    "naver-flight": {
      "command": "node",
      "args": ["C:/Users/{}/naver-flight-mcp/dist/index.js"],
      "env": {}
    }
  }
}

(Windows)

{
  "mcpServers": {
    "naver-flight": {
      "command": "node",
      "args": ["C:/Users/hwang/naver-flight-mcp/dist/index.js"],
      "env": {}
    }
  }
}

3. Cursor

MCP Cursor .

Cursor

MCP Cursor :

  : (PUS)  (NRT), 2025-12-15 ~ 2025-12-19

{
  departure: "PUS",           //   
  arrival: "NRT",             //   
  departureDate: "2025-12-15", //  (YYYY-MM-DD)
  returnDate: "2025-12-19"    //  (YYYY-MM-DD)
}

   (PUS  NRT):

: 1
: 20251215
: 20251219
: 7C1153
: 7C1154
: 278,700
 : 11:05
 : 13:10
: 125
 : 14:05
 : 16:45
: 160
---

2025 12 (PUS) - (NRT)

2025-12-01 ~ 2025-12-05 304,000 7C1153/7C1154
2025-12-08 ~ 2025-12-12 277,000 7C1153/7C1154
2025-12-15 ~ 2025-12-19 278,700 7C1153/7C1154
2025-12-22 ~ 2025-12-26 416,400 7C1153/7C1154

(ICN) - (NRT)

2025-12-15 ~ 2025-12-19 312,600 BX0164/BX0163

SSE

  • ** **: API Server-Sent Events
  • ** **: 0 16 18 20 76 77
  • ** **:
  • ** **:

SSE   ...
SSE  :  0,  0
SSE  :  16,  32
  :  16,  32
SSE  :  20,  100
  :  20,  100
 :  20,  100
 7009   
  - 10  

naver-flight-mcp/
 src/
    tools/
       NaverFlightSearch.ts  #    
    index.ts                   # MCP  
 dist/                          #  
 NAVER_FLIGHT_API_ANALYSIS.md  # API  
 NAVER_FLIGHT_MCP_TEST_RESULTS.md  #  
 package.json
 tsconfig.json
 README.md

API

  • ****: https://flight-api.naver.com/flight/international/searchFlights
  • ****: REST API (Server-Sent Events)
  • ** **: 1, , ()
  • ** **: 4-5

#   
npm run dev

# 
npm run build

#  
node dist/index.js

  • TypeScript:
  • node-fetch: HTTP
  • zod:
  • @modelcontextprotocol/sdk: MCP

MIT

相关 MCP 服务