MCP.so
登录

Google Maps

@modelcontextprotocol

关于 Google Maps

Model Context Protocol Servers

基本信息

分类

媒体与设计

许可证

NOASSERTION

运行时

node

传输方式

stdio

发布者

modelcontextprotocol

提交者

Ggae Gao

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "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>"
      }
    }
  }
}

工具

7

Convert an address into geographic coordinates

Convert coordinates into an address

Search for places using Google Places API

Get detailed information about a specific place

Calculate travel distance and time for multiple origins and destinations

Get elevation data for locations on the earth

Get directions between two points

概览

What is Google Maps?

How to use Google Maps?

Key features of Google Maps

Use cases of Google Maps

FAQ from Google Maps

评论

媒体与设计 分类下的更多 MCP 服务器