google-maps-places-mcp

domdomegg/google-maps-places-mcp
★ 1 stars TypeScript Search Updated 4d ago
📍 MCP server for Google Maps Places - search places and get photos
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": {
    "google-maps-places-m": {
      "command": "npx",
      "args": [
        "-y",
        "domdomegg/google-maps-places-mcp"
      ]
    }
  }
}