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
{
"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