Google Maps
Location services, directions, and place details.
New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.
Install guide → Connected Apps: Google Maps Claude Desktop
Installation Guide
Run command: npx -y @modelcontextprotocol/server-google-maps
Detailed Documentation
Location services, directions, and place details.
Configuration
{
"mcpServers": {
"google-maps": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-google-maps"
],
"env": {}
}
}
}