Skip to main content
Glama

Travel Planner MCP Server

旅行プランナー MCP サーバー (@gongrzhe/server-travelplanner-mcp)

Googleマップや旅行計画サービスと連携するためのトラベルプランナーモデルコンテキストプロトコル(MCP)サーバー実装。このサーバーにより、LLMは位置情報の検索、場所の詳細情報の参照、移動時間の計算といった旅行関連タスクを実行できます。

インストールと使用方法

Smithery経由でインストール

Smithery経由で Claude Desktop 用の Travel Planner を自動的にインストールするには:

npx -y @smithery/cli install @GongRzhe/TRAVEL-PLANNER-MCP-Server --client claude

手動でインストールする

# 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
  • ルートを計算する
    • 2つの場所間のルートを計算する
    • 入力:
      • origin (文字列): 開始位置
      • destination (文字列):終了場所
      • mode (オプション):移動手段(運転、徒歩、自転車、公共交通機関)
  • タイムゾーンを取得する
    • 場所のタイムゾーン情報を取得する
    • 入力:
      • 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

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 マップや旅行計画サービスと連携して、場所の検索、場所の詳細、移動時間の計算などの旅行関連のタスクを実行できるようにします。

  1. インストールと使用方法
    1. Smithery経由でインストール
    2. 手動でインストールする
  2. コンポーネント
    1. ツール
  3. 構成
    1. Claude Desktopでの使用
  4. 発達
    1. ソースから構築
    2. 環境変数
  5. ライセンス

    Related MCP Servers

    • -
      security
      A
      license
      -
      quality
      Lets LLMs read and manage Google Calendar events.
      Last updated -
      35
      314
      TypeScript
      MIT License
      • Apple
    • A
      security
      A
      license
      A
      quality
      A 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 -
      7
      246
      24
      TypeScript
      MIT License
    • A
      security
      A
      license
      A
      quality
      Giving 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 -
      5
      219
      5
      JavaScript
      MIT License
    • -
      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 -
      TypeScript
      • 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