Location services, directions, place details, and geocoding via the Google Maps Platform API
GOOGLE_MAPS_API_KEYnpx @getmcp/cli add google-mapsConfig file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"google-maps": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-google-maps"
],
"env": {
"GOOGLE_MAPS_API_KEY": ""
}
}
}
}