Skip to content
Zed

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

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

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

Google Calendar in other clients