-
securityA
license-
qualityMCP server to interact with Google produts.
Last updated -
270
Python
MIT License
Provides access to Google Maps API features including geocoding, reverse geocoding, place search, place details, distance calculations, elevation data, and directions
Google Maps API 用の MCP サーバー。
maps_geocode
address
(文字列)maps_reverse_geocode
latitude
(数値)longitude
(数値)maps_search_places
query
(文字列)location
(オプション): { 緯度: 数値、経度: 数値 }radius
(オプション):数値(メートル、最大50000)maps_place_details
place_id
(文字列)maps_distance_matrix
origins
(文字列[])destinations
(文字列[])mode
(オプション): 「運転」 | 「徒歩」 | 「自転車」 | 「公共交通機関」maps_elevation
locations
({緯度、経度} の配列)maps_directions
origin
(文字列)destination
(文字列)mode
(オプション): 「運転」 | 「徒歩」 | 「自転車」 | 「公共交通機関」ここの指示に従って、Google Maps API キーを取得します。
claude_desktop_config.json
に以下を追加します。
Dockerビルド:
このMCPサーバーはMITライセンスに基づいてライセンスされています。つまり、MITライセンスの条件に従って、ソフトウェアを自由に使用、改変、配布することができます。詳細については、プロジェクトリポジトリのLICENSEファイルをご覧ください。
This server cannot be installed
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 サーバー。