MCP Hub
Back to servers

Google_maps

Google Maps MCP Pack — geocoding, places, directions, distance matrix, elevation.

Registry
Updated
Apr 15, 2026

mcp-google_maps

Google Maps MCP Pack — geocoding, places, directions, distance matrix, elevation.

Part of the Pipeworx open MCP gateway.

Tools

ToolDescription
maps_geocodeGeocode an address to latitude/longitude coordinates.
maps_reverse_geocodeReverse geocode coordinates to an address.
maps_place_searchSearch for places nearby a location (restaurants, hotels, etc.).
maps_place_detailsGet detailed info about a place (address, phone, hours, reviews, rating).
maps_directionsGet directions between two locations.
maps_distance_matrixGet travel distance and time between multiple origins and destinations.
maps_elevationGet elevation data for locations.

Quick Start

Add to your MCP client config:

{
  "mcpServers": {
    "google_maps": {
      "url": "https://gateway.pipeworx.io/google_maps/mcp"
    }
  }
}

Or use the CLI:

npx pipeworx use google_maps

License

MIT

Reviews

No reviews yet

Sign in to write a review