icloud-calendar-mcp
About
MCP server for iCloud (Apple) Calendar access via CalDAV
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
ICLOUD_USERNAME ICLOUD_PASSWORDClaude Code
claude mcp add --env ICLOUD_USERNAME= --env ICLOUD_PASSWORD= icloud-calendar-mcp -- npx @icloud-calendar-mcp/server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"icloud-calendar-mcp","command":"npx","args":["@icloud-calendar-mcp/server"],"env":{"ICLOUD_USERNAME":"","ICLOUD_PASSWORD":""}}'
JSON
{
"mcpServers": {
"icloud-calendar-mcp": {
"command": "npx",
"args": [
"@icloud-calendar-mcp/server"
],
"env": {
"ICLOUD_USERNAME": "",
"ICLOUD_PASSWORD": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.