icloud-calendar-mcp
Rank #19,516io.github.IceyWu/icloud-calendar
Manage Apple iCloud Calendar through a reliable CalDAV MCP server.
icloud-calendar-mcp is a Model Context Protocol (MCP) server published by IceyWu. It ranks #19,516 of 115,460 servers tracked on MCP Toplist. icloud-calendar-mcp is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 18, 2026 and most recently updated on Aug 18, 2026.
Ranks ahead of 95,944 of 115,460 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 -e "ICLOUD_USERNAME=<your ICLOUD_USERNAME>" -e "ICLOUD_APP_PASSWORD=<your ICLOUD_APP_PASSWORD>" -- npx -y icloud-calendar-mcpReplace each placeholder with your own value before saving.
[mcp_servers.icloud-calendar]
command = "npx"
args = ["-y", "icloud-calendar-mcp"]
[mcp_servers.icloud-calendar.env]
ICLOUD_USERNAME = "<your ICLOUD_USERNAME>"
ICLOUD_APP_PASSWORD = "<your ICLOUD_APP_PASSWORD>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"icloud-calendar": {
"command": "npx",
"args": [
"-y",
"icloud-calendar-mcp"
],
"env": {
"ICLOUD_USERNAME": "<your ICLOUD_USERNAME>",
"ICLOUD_APP_PASSWORD": "<your ICLOUD_APP_PASSWORD>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"icloud-calendar": {
"command": "npx",
"args": [
"-y",
"icloud-calendar-mcp"
],
"env": {
"ICLOUD_USERNAME": "<your ICLOUD_USERNAME>",
"ICLOUD_APP_PASSWORD": "<your ICLOUD_APP_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": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"icloud-calendar-mcp"
],
"env": {
"ICLOUD_USERNAME": "<your ICLOUD_USERNAME>",
"ICLOUD_APP_PASSWORD": "<your ICLOUD_APP_PASSWORD>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"icloud-calendar": {
"command": "npx",
"args": [
"-y",
"icloud-calendar-mcp"
],
"env": {
"ICLOUD_USERNAME": "<your ICLOUD_USERNAME>",
"ICLOUD_APP_PASSWORD": "<your ICLOUD_APP_PASSWORD>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"icloud-calendar": {
"command": "npx",
"args": [
"-y",
"icloud-calendar-mcp"
],
"env": {
"ICLOUD_USERNAME": "<your ICLOUD_USERNAME>",
"ICLOUD_APP_PASSWORD": "<your ICLOUD_APP_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/io.github.IceyWu%2Ficloud-calendar)<a href="https://mcptoplist.com/server/io.github.IceyWu%2Ficloud-calendar"><img src="https://mcptoplist.com/badge/io.github.IceyWu%2Ficloud-calendar.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
IceyWu
Other servers by IceyWu
View all IceyWu servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.3 | Aug 18, 2026 |
Frequently asked questions
- Who maintains icloud-calendar-mcp?
- icloud-calendar-mcp is maintained by IceyWu, which publishes 2 MCP servers (1 total version) 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 Glama.
- How many versions does icloud-calendar-mcp have?
- MCP Toplist tracks 1 version of icloud-calendar-mcp, most recently published on Aug 18, 2026.
- Where can I find the source code for icloud-calendar-mcp?
- The source code for icloud-calendar-mcp is hosted at github.com/IceyWu/icloud-calendar-mcp.