google maps mcp server for Zed
io.github.thenextgennexus/google-maps-mcp-server
Search local businesses, generate leads, and validate emails via Google Maps data
client:Zed
transport:stdio
runtime:npm
Install google maps mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"google-maps-mcp-server": {
"command": "npx",
"args": [
"-y",
"@thenextgennexus/google-maps-mcp-server"
],
"env": {
"APIFY_TOKEN": "<APIFY_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs