Skip to content

Google Maps Places for Zed

io.github.domdomegg/google-maps-places-mcp

Allow AI systems to search for places and get business info via Google Maps Places API.

client:Zed transport:stdio runtime:npm

Install Google Maps Places in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "google-maps-places-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "google-maps-places-mcp"
      ],
      "env": {
        "GOOGLE_ACCESS_TOKEN": "<GOOGLE_ACCESS_TOKEN>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Google Maps Places in other clients