MCP Servers / search / google-maps-mcp-server

google-maps-mcp-server

JSON →
none2search

STDIO-based MCP server for Google Maps Platform APIs

Install
How to run this server
[ { "cmd": "npx google-maps-mcp-server", "imports": [] } ]
server path: google-maps-mcp-server
Tools
What this server exposes
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.
Configuration
Environment & auth
authnone
envGOOGLE_MAPS_API_KEY
Resources
google-maps-mcp-server — MCP Server · libregistry