Install to ToolCloud
One click. No local setup. Works with any MCP client.
Search for places, get directions, and geocode addresses using the Google Maps Platform API. Location-aware AI interactions.
directionsgeocodinggoogle-mapsplaces
Manual Installation
Claude Code
claude mcp add google-maps -- npx -y @modelcontextprotocol/server-google-mapsCursor / Windsurf / VS Code Copilot / Claude Desktop
Add to your MCP config file:
{
"mcpServers": {
"google-maps": {
"env": {
"GOOGLE_MAPS_API_KEY": "your-api-key"
},
"args": [
"-y",
"@modelcontextprotocol/server-google-maps"
],
"command": "npx"
}
}
}