Skip to content
Claude Desktop

HasData Google Maps for Claude Desktop

com.hasdata/google-maps

Google Maps places, reviews, contributor history, photos and posts as JSON. No Google Cloud.

client:Claude Desktop transport:streamable-http runtime:npm

Install HasData Google Maps in Claude Desktop

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

{
  "mcpServers": {
    "google-maps": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.hasdata.com/mcp?apis=google_maps"
      ]
    }
  }
}

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

HasData Google Maps in other clients