icloud calendar for Zed
io.github.iceywu/icloud-calendar
Manage Apple iCloud Calendar through a reliable CalDAV MCP server.
client:Zed
transport:stdio
runtime:npm
Install icloud calendar in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"icloud-calendar": {
"command": "npx",
"args": [
"-y",
"icloud-calendar-mcp"
],
"env": {
"ICLOUD_USERNAME": "<ICLOUD_USERNAME>",
"ICLOUD_APP_PASSWORD": "<ICLOUD_APP_PASSWORD>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs