iCloud MCP
Rank #2,439io.github.MrGo2/icloud-mcp
Apple Mail, Calendar, Contacts, Reminders, Notes, Messages and Safari via AppleScript or iCloud
iCloud MCP is a Model Context Protocol (MCP) server published by MrGo2. It ranks #2,439 of 115,591 servers tracked on MCP Toplist, and its repository has 45 GitHub stars. iCloud MCP is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Jul 21, 2026 and most recently updated on Aug 11, 2026.
Ranks ahead of 113,152 of 115,591 servers on MCP Toplist.
Use iCloud MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add icloud-mcp -e "USE_LOCAL_MODE=<your USE_LOCAL_MODE>" -e "ICLOUD_EMAIL=<your ICLOUD_EMAIL>" -e "ICLOUD_APP_PASSWORD=<your ICLOUD_APP_PASSWORD>" -- npx -y mcp-icloudReplace each placeholder with your own value before saving.
[mcp_servers.icloud-mcp]
command = "npx"
args = ["-y", "mcp-icloud"]
[mcp_servers.icloud-mcp.env]
USE_LOCAL_MODE = "<your USE_LOCAL_MODE>"
ICLOUD_EMAIL = "<your ICLOUD_EMAIL>"
ICLOUD_APP_PASSWORD = "<your ICLOUD_APP_PASSWORD>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"icloud-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-icloud"
],
"env": {
"USE_LOCAL_MODE": "<your USE_LOCAL_MODE>",
"ICLOUD_EMAIL": "<your ICLOUD_EMAIL>",
"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-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-icloud"
],
"env": {
"USE_LOCAL_MODE": "<your USE_LOCAL_MODE>",
"ICLOUD_EMAIL": "<your ICLOUD_EMAIL>",
"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-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-icloud"
],
"env": {
"USE_LOCAL_MODE": "<your USE_LOCAL_MODE>",
"ICLOUD_EMAIL": "<your ICLOUD_EMAIL>",
"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-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-icloud"
],
"env": {
"USE_LOCAL_MODE": "<your USE_LOCAL_MODE>",
"ICLOUD_EMAIL": "<your ICLOUD_EMAIL>",
"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-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-icloud"
],
"env": {
"USE_LOCAL_MODE": "<your USE_LOCAL_MODE>",
"ICLOUD_EMAIL": "<your ICLOUD_EMAIL>",
"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.MrGo2%2Ficloud-mcp)<a href="https://mcptoplist.com/server/io.github.MrGo2%2Ficloud-mcp"><img src="https://mcptoplist.com/badge/io.github.MrGo2%2Ficloud-mcp.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
MrGo2
Other servers by MrGo2
View all MrGo2 servers →Available versions (2)
| Version | Published |
|---|---|
| 2.1.2 | Aug 11, 2026 |
| 2.1.1 | Aug 9, 2026 |
Frequently asked questions
- Who maintains iCloud MCP?
- iCloud MCP is maintained by MrGo2, which publishes 3 MCP servers (5 total versions) tracked on MCP Toplist.
- Is iCloud MCP listed on the Official MCP Registry?
- Yes — iCloud MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does iCloud MCP have?
- MCP Toplist tracks 2 versions of iCloud MCP, most recently published on Aug 11, 2026.
- Where can I find the source code for iCloud MCP?
- The source code for iCloud MCP is hosted at github.com/MrGo2/icloud-mcp.