mcp-server-google-maps

AIWerk/mcp-server-google-maps
★ 0 stars TypeScript Communication Updated 3d ago
Google Maps Platform MCP server: places, geocoding, turn-by-turn directions, route matrix, elevation and time zones
View on GitHub → 🔍 Audit Wallet Slippage →

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"
      ]
    }
  }
}