Travel Planner MCP Server

by GongRzhe
Verified

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Integrations

  • Provides integration with Google Maps APIs including Places API, Directions API, Geocoding API, and Time Zone API for location search, route calculation, and travel planning

여행 기획자 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 파일을 참조하세요.

You must be authenticated.

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

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

  1. Installation & Usage
    1. Installing via Smithery
    2. Installing Manually
  2. Components
    1. Tools
  3. Configuration
    1. Usage with Claude Desktop
  4. Development
    1. Building from Source
    2. Environment Variables
  5. License
    ID: y3u6yjiiq1