Google Maps Grounding Lite MCP for location search, weather, and routes via mcporter.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install google-maps-grounding-lite-mcp或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install google-maps-grounding-lite-mcp⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/google-maps-grounding-lite-mcp/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: grounding-lite description: Google Maps Grounding Lite MCP for location search, weather, and routes via mcporter. homepage: https://developers.google.com/maps/ai/grounding-lite metadata: {"clawdbot":{"emoji":"🗺️","requires":{"bins":["mcporter"],"env":["GOOGLE_MAPS_API_KEY"]},"primaryEnv":"GOOGLE_MAPS_API_KEY","install":[{"id":"node","kind":"node","package":"mcporter","bins":["mcporter"],"label":"Install mcporter (npm)"}]}} ---
Google Maps Grounding Lite MCP provides AI-grounded location data. Experimental (pre-GA), free during preview.
gcloud beta services enable mapstools.googleapis.comexport GOOGLE_MAPS_API_KEY="YOUR_KEY"```bash mcporter config add grounding-lite \ --url https://mapstools.googleapis.com/mcp \ --header "X-Goog-Api-Key=$GOOGLE_MAPS_API_KEY" \ --system ```
# Search places
mcporter call grounding-lite.search_places textQuery="pizza near Times Square NYC"
# Weather
mcporter call grounding-lite.lookup_weather location='{"address":"San Francisco, CA"}' unitsSystem=IMPERIAL
# Routes
mcporter call grounding-lite.compute_routes origin='{"address":"SF"}' destination='{"address":"LA"}' travelMode=DRIVE
# List tools
mcporter list grounding-lite --schema
search_places: textQuery (required), locationBias, languageCode, regionCode
lookup_weather: location (required: address/latLng/placeId), unitsSystem, date, hour
compute_routes: origin, destination (required), travelMode (DRIVE/WALK)
安装 Google Maps Grounding MCP 后,可以对 AI 说这些话来触发它
Help me get started with Google Maps Grounding MCP
Explains what Google Maps Grounding MCP does, walks through the setup, and runs a quick demo based on your current project
Use Google Maps Grounding MCP to google Maps Grounding Lite MCP for location search, weather, and ro...
Invokes Google Maps Grounding MCP with the right parameters and returns the result directly in the conversation
What can I do with Google Maps Grounding MCP in my data & analytics workflow?
Lists the top use cases for Google Maps Grounding MCP, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/google-maps-grounding-lite-mcp/ 目录(个人级,所有项目可用),或 .claude/skills/google-maps-grounding-lite-mcp/(项目级)。重启 AI 客户端后,用 /google-maps-grounding-lite-mcp 主动调用,或让 AI 根据上下文自动发现并使用。
Google Maps Grounding MCP 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Google Maps Grounding MCP 可免费安装使用。请查阅仓库了解许可证信息。
Google Maps Grounding Lite MCP for location search, weather, and routes via mcporter.
Google Maps Grounding MCP 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my data & analytics tasks using Google Maps Grounding MCP
Identifies repetitive steps in your workflow and sets up Google Maps Grounding MCP to handle them automatically