旅行プランナー MCP サーバー (@gongrzhe/server-travelplanner-mcp)
Googleマップや旅行計画サービスと連携するためのトラベルプランナーモデルコンテキストプロトコル(MCP)サーバー実装。このサーバーにより、LLMは位置情報の検索、場所の詳細情報の参照、移動時間の計算といった旅行関連タスクを実行できます。
インストールと使用方法
Smithery経由でインストール
Smithery経由で Claude Desktop 用の Travel Planner を自動的にインストールするには:
手動でインストールする
またはグローバルにインストールします:
コンポーネント
ツール
- 検索場所
- Google Places API を使用して場所を検索する
- 入力:
query
(文字列): 場所の検索クエリlocation
(オプション):結果を偏らせるための緯度と経度radius
(オプション): 検索半径(メートル)
- 場所の詳細を取得する
- 特定の場所の詳細情報を取得する
- 入力:
placeId
(文字列): 詳細を取得するGoogleプレイスID
- ルートを計算する
- 2つの場所間のルートを計算する
- 入力:
origin
(文字列): 開始位置destination
(文字列):終了場所mode
(オプション):移動手段(運転、徒歩、自転車、公共交通機関)
- タイムゾーンを取得する
- 場所のタイムゾーン情報を取得する
- 入力:
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.
LLM が Google マップや旅行計画サービスと連携して、場所の検索、場所の詳細、移動時間の計算などの旅行関連のタスクを実行できるようにします。
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