Submit

Google Maps Mcp

@cablate

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.

Tools

Server Config

{
  "mcpServers": {
    "google-maps": {
      "command": "npx",
      "args": [
        "-y",
        "@cablate/mcp-google-map",
        "--stdio"
      ],
      "env": {
        "GOOGLE_MAPS_API_KEY": "YOUR_API_KEY"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.