Icloud Calendar MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 117 installs a week from npm. Last commit 2 Aug 2026.
MCP server for iCloud (Apple) Calendar access via CalDAV
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add icloud-calendar-mcp -- npx -y @icloud-calendar-mcp/server
{
"mcpServers": {
"icloud-calendar-mcp": {
"args": [
"-y",
"@icloud-calendar-mcp/server"
],
"command": "npx"
}
}
}
[mcp_servers.icloud-calendar-mcp]
command = "npx"
args = ["-y", "@icloud-calendar-mcp/server"]
{
"mcpServers": {
"icloud-calendar-mcp": {
"args": [
"-y",
"@icloud-calendar-mcp/server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"icloud-calendar-mcp": {
"args": [
"-y",
"@icloud-calendar-mcp/server"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.