Skip to content

cal-scheduler for Zed

io.github.limey/cal-scheduler-mcp

Timezone-correct CalDAV scheduling MCP server with validated recurrence and single-occurrence edits.

client:Zed transport:stdio runtime:pypi

Install cal-scheduler in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "cal-scheduler-mcp": {
      "command": "uvx",
      "args": [
        "cal-scheduler-mcp"
      ]
    }
  }
}

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

cal-scheduler in other clients