Geocoding, place search, directions, and distance matrix via the Google Maps Platform
Full Google Maps Platform integration for AI agents. Search for places, get directions, calculate distances, geocode addresses, and access detailed business information β all through natural language. Features: - Forward and reverse geocoding - Place search by name, type, or location - Detailed place information (hours, ratings, contact info) - Turn-by-turn directions with multiple travel modes (driving, walking, transit, cycling) - Distance matrix for multiple origins/destinations - Elevation data lookup - Time zone information Use cases: - "Find the nearest coffee shop to 1 Infinite Loop, Cupertino" - "Get directions from NYC to Boston avoiding tolls" - "What's the travel time matrix between these 5 locations?" - Location-aware apps that need spatial reasoning Requirements: - Google Maps Platform API key (Maps JavaScript API + Places API + Directions API) - Free tier includes $200/month credit (β40,000 map loads)
File location: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"googleMapsMcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-google-maps"
],
"env": {
"GOOGLE_MAPS_API_KEY": "AIza..."
}
}
}If you maintain Google Maps MCP, add this badge to your README to show it's verified on CuratedMCP:
[](https://curatedmcp.com/marketplace/google-maps-mcp)