Skip to main content
Glama

MCP Google Map Server

MCP Google マップ サーバー

LLM 処理機能との包括的な Google Maps API 統合を提供する強力なモデル コンテキスト プロトコル (MCP) サーバー。

特徴

Googleマップの機能

  • 場所検索
    • カスタマイズ可能な半径とフィルターを使用して、特定の場所の近くのスポットを検索します
    • 評価、営業時間、連絡先などの詳細な場所情報を取得します
  • ジオコーディングサービス
    • 住所を座標に変換する(ジオコーディング)
    • 座標を住所に変換する(逆ジオコーディング)
  • 距離と道順
    • 複数の出発地と目的地間の距離と移動時間を計算します
    • ステップバイステップの指示で2地点間の詳細な道順を取得します
    • さまざまな移動手段(車、徒歩、自転車、公共交通機関)をサポート
  • 標高データ
    • 特定の場所の標高データを取得する

インストール

NPM経由

npm install -g @cablate/mcp-google-map

使用法

コマンドライン

mcp-google-map

Dive Desktopとの統合

  1. Diveデスクトップで「+ MCPサーバーを追加」をクリックします。
  2. 次の設定をコピーして貼り付けます。
{ "mcpServers": { "google-map": { "command": "npx", "args": ["-y", "@cablate/mcp-google-map"], "env": { "GOOGLE_MAPS_API_KEY": "your_api_key" }, "enabled": true } } }
  1. 「保存」をクリックしてインストールを完了します

利用可能なツール

サーバーは次のツールを提供します。

  1. search_nearby - 特定の場所の近くのスポットを検索する
  2. get_place_details - 特定の場所の詳細情報を取得する
  3. maps_geocode - 住所を座標に変換する
  4. maps_reverse_geocode - 座標を住所に変換する
  5. maps_distance_matrix - 複数の出発地と目的地間の距離と時間を計算します
  6. maps_directions - 2点間のルート案内を取得します
  7. maps_elevation - 特定の場所の標高データを取得する

Google Maps API のセットアップ

このサービスを利用するには、次のことが必要です。

  1. Google Cloud Consoleでプロジェクトを作成する
  2. Google Maps API サービスを有効にする
  3. APIキーを取得する
  4. GOOGLE_MAPS_API_KEY環境変数を設定する

技術スタック

  • タイプスクリプト
  • Node.js
  • Google マップ サービス JS
  • モデルコンテキストプロトコルSDK

ライセンス

マサチューセッツ工科大学

貢献

コミュニティへの参加と貢献を歓迎します!貢献方法は以下の通りです。

  • ⭐️ 役に立ったと思ったらプロジェクトにスターを付けてください
  • 🐛 問題を送信: バグを報告したり、提案を提供したりします
  • 🔧 プルリクエストの作成: コードの改善を送信

接触

ご質問やご提案がございましたら、お気軽にお問い合わせください。

  • 📧 メールアドレス: reahtuoo310109@gmail.com
  • 📧 GitHub: CabLate
  • 🤝コラボレーション:プロジェクトの協力について話し合うことを歓迎します
  • 📚 技術ガイダンス: ご提案やガイダンスを心から歓迎します
Install Server
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.

Google Maps API 統合を提供するモデル コンテキスト プロトコル サーバー。これにより、ユーザーは LLM 処理機能を通じて場所の検索、場所の詳細の取得、住所のジオコーディング、距離の計算、ルートの取得、標高データの取得を行うことができます。

  1. 特徴
    1. Googleマップの機能
  2. インストール
    1. NPM経由
  3. 使用法
    1. コマンドライン
    2. Dive Desktopとの統合
  4. 利用可能なツール
    1. Google Maps API のセットアップ
      1. 技術スタック
        1. ライセンス
          1. 貢献
            1. 接触

              Related MCP Servers

              • A
                security
                A
                license
                A
                quality
                A Model Context Protocol server that enables LLMs to perform web searches using Google's Custom Search API through a standardized interface.
                Last updated -
                1
                23
                TypeScript
                MIT License
              • -
                security
                F
                license
                -
                quality
                A Model Context Protocol server that enables LLMs to perform Google searches via the Serper API, allowing models to retrieve current information from the web.
                Last updated -
                2
                Python
                • Linux
                • Apple
              • -
                security
                A
                license
                -
                quality
                A Model Context Protocol (MCP) based search API server that provides standardized access to Google Maps, Google Flights, Google Hotels and other services. This server enables AI assistants to access various search services through a unified interface.
                Last updated -
                48
                Python
                MIT License
                • Apple
              • A
                security
                F
                license
                A
                quality
                A Model Context Protocol server that provides web search capabilities using Google Custom Search API and webpage content extraction functionality.
                Last updated -
                2
                10
                1
                JavaScript
                • 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/cablate/mcp-google-map'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server