Icloud Calendar MCP
Rank #4,895org.onekash/icloud-calendar-mcp
MCP server for iCloud (Apple) Calendar access via CalDAV
Icloud Calendar MCP is a Model Context Protocol (MCP) server published by icloud-calendar-mcp. It ranks #4,895 of 131,708 servers tracked on MCP Toplist, and its repository has 19 GitHub stars. Icloud Calendar MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 6 tracked versions. It was first listed on Jan 14, 2026 and most recently updated on Aug 14, 2026.
Ranks ahead of 126,813 of 131,708 servers on MCP Toplist.
Use Icloud Calendar MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add icloud-calendar-mcp -e "ICLOUD_USERNAME=<your ICLOUD_USERNAME>" -e "ICLOUD_PASSWORD=<your ICLOUD_PASSWORD>" -- npx -y @icloud-calendar-mcp/serverReplace each placeholder with your own value before saving.
[mcp_servers.icloud-calendar-mcp]
command = "npx"
args = ["-y", "@icloud-calendar-mcp/server"]
[mcp_servers.icloud-calendar-mcp.env]
ICLOUD_USERNAME = "<your ICLOUD_USERNAME>"
ICLOUD_PASSWORD = "<your ICLOUD_PASSWORD>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"icloud-calendar-mcp": {
"command": "npx",
"args": [
"-y",
"@icloud-calendar-mcp/server"
],
"env": {
"ICLOUD_USERNAME": "<your ICLOUD_USERNAME>",
"ICLOUD_PASSWORD": "<your ICLOUD_PASSWORD>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"icloud-calendar-mcp": {
"command": "npx",
"args": [
"-y",
"@icloud-calendar-mcp/server"
],
"env": {
"ICLOUD_USERNAME": "<your ICLOUD_USERNAME>",
"ICLOUD_PASSWORD": "<your ICLOUD_PASSWORD>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"icloud-calendar-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@icloud-calendar-mcp/server"
],
"env": {
"ICLOUD_USERNAME": "<your ICLOUD_USERNAME>",
"ICLOUD_PASSWORD": "<your ICLOUD_PASSWORD>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"icloud-calendar-mcp": {
"command": "npx",
"args": [
"-y",
"@icloud-calendar-mcp/server"
],
"env": {
"ICLOUD_USERNAME": "<your ICLOUD_USERNAME>",
"ICLOUD_PASSWORD": "<your ICLOUD_PASSWORD>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"icloud-calendar-mcp": {
"command": "npx",
"args": [
"-y",
"@icloud-calendar-mcp/server"
],
"env": {
"ICLOUD_USERNAME": "<your ICLOUD_USERNAME>",
"ICLOUD_PASSWORD": "<your ICLOUD_PASSWORD>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/org.onekash%2Ficloud-calendar-mcp)<a href="https://mcptoplist.com/server/org.onekash%2Ficloud-calendar-mcp"><img src="https://mcptoplist.com/badge/org.onekash%2Ficloud-calendar-mcp.svg" alt="MCP Toplist: Top 5% of 131,708" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
icloud-calendar-mcp
Available versions (6)
| Version | Published |
|---|---|
| 3.2.0 | Aug 14, 2026 |
| 3.1.0 | Jul 22, 2026 |
| 3.0.1 | May 12, 2026 |
| 3.0.0 | Mar 25, 2026 |
| 2.0.1 | Mar 24, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Icloud Calendar MCP?
- Icloud Calendar MCP is maintained by icloud-calendar-mcp, which publishes 1 MCP server (6 total versions) tracked on MCP Toplist.
- Is Icloud Calendar MCP listed on the Official MCP Registry?
- Yes — Icloud Calendar MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Icloud Calendar MCP have?
- MCP Toplist tracks 6 versions of Icloud Calendar MCP, most recently published on Aug 14, 2026.
- Where can I find the source code for Icloud Calendar MCP?
- The source code for Icloud Calendar MCP is hosted at github.com/icloud-calendar-mcp/icloud-calendar-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.