Skip to content
Claude Desktop

Google Maps Scraper for Claude Desktop

com.gmapsextractor/google-maps-scraper

Live Google Maps business search, review, and photo data for AI agents over MCP.

client:Claude Desktop transport:streamable-http

Install Google Maps Scraper in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "google-maps-scraper": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://cloud.gmapsextractor.com/api/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Google Maps Scraper in other clients