Google Maps
Official
🔧 Utilities
Google Maps Platform integration providing geocoding, reverse geocoding, place search, place details, distance matrix, elevation, and directions. Essential for any location-aware AI workflow.
Tags
Tools (7)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"google-maps": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-google-maps"
],
"env": {
"GOOGLE_MAPS_API_KEY": "your-google-maps-api-key-here"
}
}
}
}