Skip to main content
Glama

Travel Planner MCP Server

여행 기획자 MCP 서버(@gongrzhe/server-travelplanner-mcp)

Google Maps 및 여행 계획 서비스와 상호 작용하기 위한 Travel Planner Model Context Protocol(MCP) 서버 구현입니다. 이 서버를 통해 LLM은 위치 검색, 장소 세부 정보 조회, 이동 시간 계산과 같은 여행 관련 작업을 수행할 수 있습니다.

설치 및 사용

Smithery를 통해 설치

Smithery를 통해 Claude Desktop용 Travel Planner를 자동으로 설치하려면:

지엑스피1

수동 설치

# Using npx (recommended) npx @gongrzhe/server-travelplanner-mcp # With environment variable for Google Maps API GOOGLE_MAPS_API_KEY=your_api_key npx @gongrzhe/server-travelplanner-mcp

또는 전역적으로 설치:

# Install globally npm install -g @gongrzhe/server-travelplanner-mcp # Run after global installation GOOGLE_MAPS_API_KEY=your_api_key @gongrzhe/server-travelplanner-mcp

구성 요소

도구

  • 장소 검색
    • Google Places API를 사용하여 장소 검색
    • 입력:
      • query (문자열): 장소에 대한 검색 쿼리
      • location (선택 사항): 결과에 편향을 줄 위도 및 경도
      • radius (선택 사항): 검색 반경(미터)
  • 장소 세부 정보 가져오기
    • 특정 장소에 대한 자세한 정보를 얻으세요
    • 입력:
      • placeId (문자열): 세부 정보를 검색할 Google 장소 ID
  • 경로 계산
    • 두 위치 사이의 경로 계산
    • 입력:
      • origin (문자열): 시작 위치
      • destination (문자열): 종료 위치
      • mode (선택 사항): 이동 모드(운전, 도보, 자전거, 대중교통)
  • getTimeZone
    • 특정 위치의 시간대 정보 가져오기
    • 입력:
      • location : 위도 및 경도 좌표
      • timestamp (선택 사항): 시간대 계산을 위한 타임스탬프

구성

Claude Desktop과 함께 사용

Claude Desktop 앱과 함께 이 서버를 사용하려면 claude_desktop_config.json 의 "mcpServers" 섹션에 다음 구성을 추가하세요.

{ "mcpServers": { "travel-planner": { "command": "npx", "args": ["@gongrzhe/server-travelplanner-mcp"], "env": { "GOOGLE_MAPS_API_KEY": "your_google_maps_api_key" } } } }

또는 패키지가 설치되어 있다면 node 명령을 직접 사용할 수 있습니다.

{ "mcpServers": { "travel-planner": { "command": "node", "args": ["path/to/dist/index.js"], "env": { "GOOGLE_MAPS_API_KEY": "your_google_maps_api_key" } } } }

개발

소스에서 빌드

  1. 저장소를 복제합니다
  2. 종속성 설치:
    npm install
  3. 프로젝트를 빌드하세요:
    npm run build

환경 변수

  • GOOGLE_MAPS_API_KEY (필수): 다음 API가 활성화된 Google Maps API 키:
    • 장소 API
    • 길찾기 API
    • 지오코딩 API
    • 시간대 API

특허

이 MCP 서버는 MIT 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 프로젝트 저장소의 LICENSE 파일을 참조하세요.

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

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Google Maps 및 여행 계획 서비스와 상호 작용하여 위치 검색, 장소 세부 정보, 여행 시간 계산을 포함한 여행 관련 작업을 수행할 수 있는 LLM을 지원합니다.

  1. 설치 및 사용
    1. Smithery를 통해 설치
    2. 수동 설치
  2. 구성 요소
    1. 도구
  3. 구성
    1. Claude Desktop과 함께 사용
  4. 개발
    1. 소스에서 빌드
    2. 환경 변수
  5. 특허

    Related MCP Servers

    • -
      security
      A
      license
      -
      quality
      Enables integration with DuckDuckGo search capabilities for LLMs, supporting comprehensive web search, regional filtering, result types, and safe browsing with caching and customizable search parameters.
      Last updated -
      19
      2
      TypeScript
      MIT License
    • A
      security
      F
      license
      A
      quality
      Facilitates access to LumbreTravel API for managing travel programs, activities, and related entities through MCP clients.
      Last updated -
      68
      563
      1
      TypeScript
    • -
      security
      F
      license
      -
      quality
      Enables LLMs to read, create, and manage Google Calendar events through a standardized interface, including features like listing calendars, managing events, and processing calendar information from screenshots and images.
      Last updated -
      18
      1
      TypeScript
      • Apple
    • A
      security
      A
      license
      A
      quality
      Enhances LLM capabilities with location-based services and geospatial data, enabling users to geocode addresses, find nearby points of interest, get directions, optimize meeting points, and analyze neighborhoods.
      Last updated -
      12
      77
      Python
      MIT License
      • Apple

    View all related MCP servers

    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/GongRzhe/TRAVEL-PLANNER-MCP-Server'

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