Location services, directions, and place details
Tools
maps_geocode
maps_reverse_geocode
maps_search_places
maps_place_details
maps_distance_matrix
maps_elevation
maps_directions
Server Config
{
"mcpServers": {
"google-maps": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GOOGLE_MAPS_API_KEY",
"mcp/google-maps"
],
"env": {
"GOOGLE_MAPS_API_KEY": "<YOUR_API_KEY>"
}
}
}
}