Google Maps Platform MCP server: places, geocoding, turn-by-turn directions, route matrix, elevation and time zones
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-google-ma": {
"command": "npx",
"args": [
"-y",
"AIWerk/mcp-server-google-maps"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-google-ma npx -y AIWerk/mcp-server-google-maps
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-google-ma": {
"command": "npx",
"args": [
"-y",
"AIWerk/mcp-server-google-maps"
]
}
}
}