HomeOther › Google Maps MCP Server

Google Maps MCP Server

18 Google Maps tools for AI agents — geocode, search, directions, weather, and more.

TypeScript CloudLocal
★ 463 stars Last pushed 2026-09-16 License: MIT

Topics: Location Services

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.0.63)

npx -y @cablate/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-google-map": {
      "command": "npx",
      "args": [
        "-y",
        "@cablate/[email protected]"
      ],
      "env": {
        "GOOGLE_MAPS_API_KEY": "<YOUR_VALUE>",
        "GOOGLE_MAPS_ENABLED_TOOLS": "<YOUR_VALUE>"
      }
    }
  }
}
  • GOOGLE_MAPS_API_KEY required secret — Google Maps API key (get one at https://console.cloud.google.com)
  • GOOGLE_MAPS_ENABLED_TOOLS — Comma-separated tool names to enable. Omit or * for all 18 tools.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry