google-maps-mcp-server
JSON →STDIO-based MCP server for Google Maps Platform APIs
Install
npx google-maps-mcp-server Tools · 12
- geocode Convert an address into geographic coordinates (latitude and longitude).
- reverse_geocode Convert geographic coordinates into a human-readable address.
- search_places Search for places using a text query, returning a list of matching locations.
- place_details Get detailed information about a specific place using its place ID.
- directions Get directions between two or more locations, with support for multiple travel modes.
- distance_matrix Compute travel distance and time for a matrix of origins and destinations.
- elevation Get elevation data for a specific location or along a path.
- timezone Get timezone information for a given location.
- roads_nearby Find roads near a given point, returning road segments.
- snap_to_roads Snap GPS points to the nearest roads, returning corrected coordinates.
- speed_limits Get speed limits for a set of road segments.
- nearest_roads Find the nearest road to a given location.
Environment variables
GOOGLE_MAPS_API_KEY
★ 2 GitHub stars