Query Google Maps data including geocoding, place search, directions, and weather via 18 integrated tools. Built for developers building AI agents that need real-time location and routing intelligence.
io.github.cablate/google-map
Local install
STDIO
1 required env var
How models use it and what it is built for.
Query Google Maps data including geocoding, place search, directions, and weather via 18 integrated tools. Built for developers building AI agents that need real-time location and routing intelligence.
Local install — runs as a subprocess.
Configuration this server reads at startup.
Google Maps API key (get one at https://console.cloud.google.com)
Comma-separated tool names to enable. Omit or * for all 18 tools.
Where to find authoritative docs and source for Google Maps.
Paste any of these into Agent Studio after connecting Google Maps.
Common questions about connecting and running Google Maps.
How do I set up the Google Maps MCP server?
Install via `npx @cablate/mcp-google-map@0.0.52`, then set the required `GOOGLE_MAPS_API_KEY` environment variable with a key from https://console.cloud.google.com. Optionally use `GOOGLE_MAPS_ENABLED_TOOLS` to enable specific tools or leave it unset to enable all 18.
What are the 18 tools available in this server?
The registry lists geocoding, place search, directions, and weather as core capabilities. See the `GOOGLE_MAPS_ENABLED_TOOLS` env var documentation or the server's tool list for the complete set of 18 tools.
Do I need a Google Maps API key?
Yes, `GOOGLE_MAPS_API_KEY` is required. You can obtain one free at https://console.cloud.google.com by creating a project and enabling the Maps APIs.
Can I enable only specific tools instead of all 18?
Yes. Set the `GOOGLE_MAPS_ENABLED_TOOLS` environment variable to a comma-separated list of tool names you want to use. Omit it or use `*` to enable all tools.
What transport protocol does this server use?
The server uses stdio (standard input/output) for communication, making it compatible with any MCP client that supports the stdio transport.
MCP Playground runs 10,000+ hosted MCP servers — GitHub, Linear, Notion, Stripe, Sentry and more — across Claude, GPT, Gemini, DeepSeek and 30+ AI models. Compare model answers side-by-side, save agent presets, share runs. Zero install.
Open Agent Studio