Skip to main content
Glama
salamentic

Flight Planner MCP Server

by salamentic

비행 계획자 MCP 서버

fast-flights API를 사용하여 여행사 수준의 항공편 계획을 생성하는 모델 컨텍스트 프로토콜 서버입니다.

특징

  • 편도 및 왕복 항공편 검색

  • 여행 매개변수를 기반으로 포괄적인 여행 계획을 작성하세요

  • 공항 코드 정보 받기

  • 일반적인 여행 질문에 템플릿을 사용하세요

Related MCP server: fli

설치

  1. Python 3.10 이상이 설치되어 있는지 확인하세요.

  2. 필요한 패키지를 설치하세요:

지엑스피1

용법

서버 실행

서버를 직접 실행할 수 있습니다:

python flight_planner_server.py

Claude Desktop과 통합

  1. Claude Desktop 설치

  2. Claude Desktop 구성 파일을 만들거나 편집하세요.

    • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

    • Windows: %APPDATA%\Claude\claude_desktop_config.json

  3. 비행 계획 서버 구성을 추가합니다.

{
  "mcpServers": {
    "flight-planner": {
      "command": "python",
      "args": [
        "/PATH/TO/flight_planner_server.py"
      ],
      "env": {
        "PYTHONPATH": "/PATH/TO/PROJECT"
      }
    }
  }
}
  1. /PATH/TO/ 서버 파일의 실제 경로로 바꾸세요.

  2. Claude Desktop을 다시 시작하세요

MCP 검사기 사용

테스트 및 개발을 위해 MCP Inspector를 사용할 수 있습니다.

# Install the inspector
npm install -g @modelcontextprotocol/inspector

# Run the inspector with your server
npx @modelcontextprotocol/inspector python flight_planner_server.py

사용 가능한 도구

  • search_one_way_flights : 공항 간 편도 항공편 검색

  • search_round_trip_flights : 공항 간 왕복 항공편 검색

  • create_travel_plan : 포괄적인 여행 계획을 생성합니다

사용 가능한 리소스

  • airport_codes://{query} : 검색어를 기반으로 공항 코드 정보를 가져옵니다.

사용 가능한 프롬프트

  • flight_search_prompt : 항공편 검색을 위한 템플릿

  • travel_plan_prompt : 포괄적인 여행 계획을 작성하기 위한 템플릿

Claude에 대한 예제 쿼리

Claude Desktop과 통합하면 다음과 같은 질문을 할 수 있습니다.

  • "2025년 4월 15일 NYC에서 SFO까지 어떤 항공편이 있나요?"

  • "2025년 5월 1일부터 2025년 5월 8일까지 LAX에서 TPE까지 출장 계획을 세워줄 수 있나요?"

  • "도쿄 공항 코드를 찾아주세요."

  • "여름 휴가를 위해 보스턴에서 런던까지 항공편을 예약하기 가장 좋은 시기는 언제인가요?"

특허

MIT

F
license - not found
Not graded
quality - not tested
F
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Integrates Google Flights data into AI workflows for natural language flight searches, price comparisons, flexible date searches, and multi-city itinerary planning with support for various cabin classes and passenger types.
    9
    4
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables flight search and fare calendar exploration by interacting with Google Flights' API, supporting detailed filters for origin, destination, dates, cabin class, airlines, and more.
    3,093
    MIT

View all related MCP servers

Related MCP Connectors

  • Flight search & booking for AI agents. 400+ airlines, $20-50 cheaper than OTAs.

  • Live flight prices and working booking links for AI agents and travel apps.

  • whentofly: flexible-date economy/business flight search + price-level context for AI agents

View all MCP Connectors

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/salamentic/google-flights-mcp'

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