Google Maps
Freeby MCP Community
MCP Server for Google Maps — 15 tools covering Places, Routes, Static Maps, Street View, Geocoding, Timezone, Address Validation and more.
v1.0.4Added Apr 12, 2026
mcpmodel-context-protocolgoogle-mapsplaces-apiroutes-api
Google Maps MCP Server
MCP Server for Google Maps — 15 tools covering Places, Routes, Static Maps, Street View, Geocoding, Timezone, Address Validation and more.
Installation
Reviews
Installation
Quick install
npx -y mcp-server-google-maps
Add to claude_desktop_config.json
{
"mcpServers": {
"google-maps": {
"command": "npx",
"args": ["-y", "mcp-server-google-maps"]
}
}
}