Mac Calendar MCP for Zed
io.github.wagamama/mac-calendar-mcp
Read-only Mac Calendar MCP server with indexed archive search.
client:Zed
transport:stdio
runtime:pypi
Install Mac Calendar MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mac-calendar-mcp": {
"command": "uvx",
"args": [
"mac-calendar-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs