Skip to content
Zed

caldav mcp for Zed

io.github.dominik1001/caldav-mcp

CalDAV calendar operations (list, create, update, delete events) as MCP tools.

client:Zed transport:stdio runtime:npm

Install caldav 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": {
    "caldav-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "caldav-mcp"
      ],
      "env": {
        "CALDAV_BASE_URL": "<CALDAV_BASE_URL>",
        "CALDAV_USERNAME": "<CALDAV_USERNAME>",
        "CALDAV_PASSWORD": "<CALDAV_PASSWORD>"
      }
    }
  }
}

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

caldav mcp in other clients