Google Contacts for Zed
io.github.domdomegg/google-contacts-mcp
Allow AI systems to list, search, and manage contacts via Google Contacts.
client:Zed
transport:stdio
runtime:npm
Install Google Contacts in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"google-contacts-mcp": {
"command": "npx",
"args": [
"-y",
"google-contacts-mcp"
],
"env": {
"GOOGLE_ACCESS_TOKEN": "<GOOGLE_ACCESS_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs