Google Maps MCP Server

MIT License
5,303
43,205

Integrations

  • Provides access to Google Maps API features including geocoding, reverse geocoding, place search, place details, distance calculations, elevation data, and directions

Google マップ MCP サーバー

Google Maps API 用の MCP サーバー。

ツール

  1. maps_geocode
    • 住所を座標に変換する
    • 入力: address (文字列)
    • 戻り値: location、formatted_address、place_id
  2. maps_reverse_geocode
    • 座標を住所に変換する
    • 入力:
      • latitude (数値)
      • longitude (数値)
    • 戻り値: formatted_address、place_id、address_components
  3. maps_search_places
    • テキストクエリを使用して場所を検索する
    • 入力:
      • query (文字列)
      • location (オプション): { 緯度: 数値、経度: 数値 }
      • radius (オプション):数値(メートル、最大50000)
    • 戻り値: 名前、住所、場所を含む場所の配列
  4. maps_place_details
    • 場所の詳細情報を取得する
    • 入力: place_id (文字列)
    • 返される情報: 名前、住所、連絡先、評価、レビュー、営業時間
  5. maps_distance_matrix
    • 地点間の距離と時間を計算する
    • 入力:
      • origins (文字列[])
      • destinations (文字列[])
      • mode (オプション): 「運転」 | 「徒歩」 | 「自転車」 | 「公共交通機関」
    • 戻り値: 距離と所要時間の行列
  6. maps_elevation
    • 場所の標高データを取得する
    • 入力: locations ({緯度、経度} の配列)
    • 戻り値: 各ポイントの標高データ
  7. maps_directions
    • 地点間のルート案内
    • 入力:
      • origin (文字列)
      • destination (文字列)
      • mode (オプション): 「運転」 | 「徒歩」 | 「自転車」 | 「公共交通機関」
    • 返される値: 歩数、距離、所要時間を含むルートの詳細

設定

APIキー

ここの指示に従って、Google Maps API キーを取得します。

Claude Desktopでの使用

claude_desktop_config.jsonに以下を追加します。

ドッカー
{ "mcpServers": { "google-maps": { "command": "docker", "args": [ "run", "-i", "--rm", "-e", "GOOGLE_MAPS_API_KEY", "mcp/google-maps" ], "env": { "GOOGLE_MAPS_API_KEY": "<YOUR_API_KEY>" } } } }

NPX

{ "mcpServers": { "google-maps": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-google-maps" ], "env": { "GOOGLE_MAPS_API_KEY": "<YOUR_API_KEY>" } } } }

建てる

Dockerビルド:

docker build -t mcp/google-maps -f src/google-maps/Dockerfile .

ライセンス

このMCPサーバーはMITライセンスに基づいてライセンスされています。つまり、MITライセンスの条件に従って、ソフトウェアを自由に使用、改変、配布することができます。詳細については、プロジェクトリポジトリのLICENSEファイルをご覧ください。

-
security - not tested
A
license - permissive license
-
quality - not tested

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 用の MCP サーバー。

  1. ツール
    1. 設定
      1. APIキー
      2. Claude Desktopでの使用
      3. NPX
    2. 建てる
      1. ライセンス

        Related MCP Servers

        • -
          security
          A
          license
          -
          quality
          MCP server to interact with Google produts.
          Last updated -
          270
          Python
          MIT License
          • Apple
        • -
          security
          F
          license
          -
          quality
          A specialized Model Context Protocol (MCP) server that integrates Google services (Gmail, Calendar, etc.) into your AI workflows. This server enables seamless access to Google services through MCP, allowing AI agents to interact with Gmail, Google Calendar, and other Google services.
          Last updated -
          10
          3
          TypeScript
        • A
          security
          A
          license
          A
          quality
          An MCP server that creates a virtual traveling environment on Google Maps, allowing users to guide an avatar on journeys with photo reports and SNS integration.
          Last updated -
          2
          140
          11
          TypeScript
          MIT License
          • Linux
          • Apple

        View all related MCP servers

        ID: 8c9quakpv9