Skip to content
Zed

calendarmcp for Zed

io.github.aernouddekker/calendarmcp

MCP server for macOS Calendar.app — calendar and event management via AppleScript

client:Zed transport:stdio runtime:npm

Install calendarmcp in Zed

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

{
  "context_servers": {
    "calendarmcp": {
      "command": "npx",
      "args": [
        "-y",
        "@aernoud/calendarmcp"
      ]
    }
  }
}

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

calendarmcp in other clients