Google Maps tools for AI agents — 8 tools (geocode, search, directions, elevation) via MCP server or standalone CLI with Agent Skill definitions and exec mode.
Server Config
{
"mcpServers": {
"google-maps": {
"command": "npx",
"args": [
"-y",
"@cablate/mcp-google-map",
"--stdio"
],
"env": {
"GOOGLE_MAPS_API_KEY": "YOUR_API_KEY"
}
}
}
}