旅行プランナー 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ファイルをご覧ください。
You must be authenticated.
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-qualityLets LLMs read and manage Google Calendar events.Last updated -35314TypeScriptMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that provides Google Maps API integration, allowing users to search locations, get place details, geocode addresses, calculate distances, obtain directions, and retrieve elevation data through LLM processing capabilities.Last updated -724624TypeScriptMIT License
- AsecurityAlicenseAqualityGiving LLMs Time Awareness Capabilities. Empower your LLMs with time awareness capabilities. Access current time, convert between timezones, and get timestamps effortlessly. Enhance your applications with precise time-related functionalities.Last updated -52195JavaScriptMIT License
- -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 -TypeScript