Google Maps MCP tools for geocoding, place search, routing, weather, air quality, maps, and local ranking.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent â or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag â we're steadily working through the catalog.
đĄ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Google Map.
maps_search_nearbyFind places near a location by type (restaurant, cafe, hotel, etc.). Supports filtering by radius, rating, and open status.
maps_search_placesFree-text place search (e.g., "sushi restaurants in Tokyo"). Supports location bias, rating, open-now filters.
maps_place_detailsGet full details for a place by its place_id â reviews, phone, website, hours. Optional `maxPhotos` param returns photo URLs.
maps_geocodeConvert an address or landmark name into GPS coordinates.
maps_reverse_geocodeConvert GPS coordinates into a street address.
maps_distance_matrixCalculate travel distances and times between multiple origins and destinations. Driving mode supports `avoid_tolls` and `avoid_highways`.
The cablate/mcp-google-map MCP server connects MCP-compatible clients to Google Maps-related operations. It covers address and coordinate conversion, place discovery, place details, navigation, travel-time calculations, elevation, time zones, weather, air quality, and static map images.
The tool set also includes higher-level workflows. Agents can explore an area across several place types, optimize a route with up to 25 stops, compare places, search for businesses along a route, or scan a geographic grid for local search rankings. The ranking tracker accepts up to three keywords and reports positions, top competitors, ARP, ATRP, and SoLV.
Run the package locally with stdio for desktop clients, or start its Streamable HTTP transport for multi-session or remote access. In stdio mode, the MCP client starts the package and supplies the API key through its environment. HTTP deployments can receive a key through an HTTP header, a command-line option, or the server environment.
The package also supports an exec mode that invokes tools without starting an MCP server. Its batch geocoding command reads one address per line from a file or standard input and writes JSON results, with a default concurrency of 20 requests.
All listed tools are marked read-only and non-destructive. The project includes an Agent Skill definition describing how to use and chain the Google Maps tools.
Install and run the cablate/mcp-google-map MCP server with the npm package command shown below:
Configure GOOGLE_MAPS_API_KEY in the MCP client's environment. The key can also be passed to an HTTP server with --apikey or supplied per request using the X-Google-Maps-API-Key header. GOOGLE_MAPS_ENABLED_TOOLS can restrict registration to a comma-separated subset of tools; leaving it unset or using * enables all tools.
Before using place and routing features, enable Places API (New) and Routes API in Google Cloud Console. The README also documents MCP_SERVER_PORT and MCP_SERVER_HOST for HTTP configuration.
This project relies on Google Maps APIs, so availability and applicable usage costs depend on the configured Google Cloud account and enabled APIs. The provided material does not specify API quotas or regional coverage. The local ranking tracker is described as a grid-based scan and not as a general analytics platform. HTTP mode requires choosing and configuring a host and port when deploying it for remote access.
Factual signals from GitHub, npm, and our automated checks â not a rating.
No reviews yet â be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/cablate-mcp-google-map)<a href="https://allmcps.com/mcp/cablate-mcp-google-map"><img src="https://allmcps.com/api/badge/cablate-mcp-google-map?style=directory" alt="MCP Google Map on AllMCPs" /></a>