Skip to content
Zed

calendar mcp for Zed

io.github.deciduus/calendar-mcp

Google Calendar for LLM agents: find, create, update, move, delete events; free/busy; scheduling.

client:Zed transport:stdio runtime:pypi

Install calendar mcp 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": {
    "calendar-mcp": {
      "command": "uvx",
      "args": [
        "calendar-mcp-server"
      ],
      "env": {
        "GOOGLE_CLIENT_ID": "<GOOGLE_CLIENT_ID>",
        "GOOGLE_CLIENT_SECRET": "<GOOGLE_CLIENT_SECRET>",
        "TOKEN_FILE_PATH": "<TOKEN_FILE_PATH>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

calendar mcp in other clients