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