여행 기획자 MCP 서버(@gongrzhe/server-travelplanner-mcp)
Google Maps 및 여행 계획 서비스와 상호 작용하기 위한 Travel Planner Model Context Protocol(MCP) 서버 구현입니다. 이 서버를 통해 LLM은 위치 검색, 장소 세부 정보 조회, 이동 시간 계산과 같은 여행 관련 작업을 수행할 수 있습니다.
설치 및 사용
Smithery를 통해 설치
Smithery를 통해 Claude Desktop용 Travel Planner를 자동으로 설치하려면:
지엑스피1
수동 설치
또는 전역적으로 설치:
구성 요소
도구
- 장소 검색
- Google Places API를 사용하여 장소 검색
- 입력:
query
(문자열): 장소에 대한 검색 쿼리location
(선택 사항): 결과에 편향을 줄 위도 및 경도radius
(선택 사항): 검색 반경(미터)
- 장소 세부 정보 가져오기
- 특정 장소에 대한 자세한 정보를 얻으세요
- 입력:
placeId
(문자열): 세부 정보를 검색할 Google 장소 ID
- 경로 계산
- 두 위치 사이의 경로 계산
- 입력:
origin
(문자열): 시작 위치destination
(문자열): 종료 위치mode
(선택 사항): 이동 모드(운전, 도보, 자전거, 대중교통)
- getTimeZone
- 특정 위치의 시간대 정보 가져오기
- 입력:
location
: 위도 및 경도 좌표timestamp
(선택 사항): 시간대 계산을 위한 타임스탬프
구성
Claude Desktop과 함께 사용
Claude Desktop 앱과 함께 이 서버를 사용하려면 claude_desktop_config.json
의 "mcpServers" 섹션에 다음 구성을 추가하세요.
또는 패키지가 설치되어 있다면 node 명령을 직접 사용할 수 있습니다.
개발
소스에서 빌드
- 저장소를 복제합니다
- 종속성 설치:
- 프로젝트를 빌드하세요:
환경 변수
GOOGLE_MAPS_API_KEY
(필수): 다음 API가 활성화된 Google Maps API 키:- 장소 API
- 길찾기 API
- 지오코딩 API
- 시간대 API
특허
이 MCP 서버는 MIT 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 프로젝트 저장소의 LICENSE 파일을 참조하세요.
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을 지원합니다.
Related Resources
Related MCP Servers
- -securityAlicense-qualityEnables 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 -192TypeScriptMIT License
- AsecurityFlicenseAqualityFacilitates access to LumbreTravel API for managing travel programs, activities, and related entities through MCP clients.Last updated -685631TypeScript
- -securityFlicense-qualityEnables 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 -181TypeScript
- AsecurityAlicenseAqualityEnhances 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 -1277PythonMIT License