Apple Calendar for Zed
io.github.mgcrea/mcp-apple-calendar
Search, read and act on Apple Calendar — ranges, free-time lookup, writes off by default
client:Zed
transport:stdio
runtime:npm
Install Apple Calendar in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-apple-calendar": {
"command": "npx",
"args": [
"-y",
"@mgcrea/mcp-apple-calendar"
],
"env": {
"APPLE_CALENDAR_ALLOW_WRITES": "<APPLE_CALENDAR_ALLOW_WRITES>",
"APPLE_CALENDAR_CALENDARS": "<APPLE_CALENDAR_CALENDARS>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs