Google Maps MCP Server
About
18 Google Maps tools for AI agents — geocode, search, directions, weather, and more.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
GOOGLE_MAPS_API_KEY GOOGLE_MAPS_ENABLED_TOOLSClaude Code
claude mcp add --env GOOGLE_MAPS_API_KEY= --env GOOGLE_MAPS_ENABLED_TOOLS= google-map -- npx @cablate/mcp-google-map
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"google-map","command":"npx","args":["@cablate/mcp-google-map"],"env":{"GOOGLE_MAPS_API_KEY":"","GOOGLE_MAPS_ENABLED_TOOLS":""}}'
JSON
{
"mcpServers": {
"google-map": {
"command": "npx",
"args": [
"@cablate/mcp-google-map"
],
"env": {
"GOOGLE_MAPS_API_KEY": "",
"GOOGLE_MAPS_ENABLED_TOOLS": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.