CursorPool
← 返回 MCP 列表
Google 地图 MCP

Google 地图 MCP

地理编码、路线规划与地点检索,为应用提供位置能力。

ModelContextProtocol·590 次安装·1 个月前
↓ 添加到 Cursor

安装命令

终端
npx -y @modelcontextprotocol/server-google-maps

在 Cursor 中配置(mcp.json)

{
  "mcpServers": {
    "google-maps": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-google-maps"
      ]
    }
  }
}