iCloud runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 24 Sep 2026.
iCloud Mail, Calendar, Contacts, Reminders, Notes and Drive. Approval-first, self-hosted or local.
We read the source, 2 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
with open(os.path.expanduser("~/Library/LaunchAgents/%s.plist" % AGENT_LABEL), "rb") as f:
proc = subprocess.run(build_command(op, clean), stdin=subprocess.DEVNULL, stdout=subprocess.PIPE, stderr=subprocess.PIPE, timeout=timeout)
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
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-mcp -- uvx icloud-mcp-server
{
"mcpServers": {
"icloud-mcp": {
"args": [
"icloud-mcp-server"
],
"command": "uvx"
}
}
}
[mcp_servers.icloud-mcp]
command = "uvx"
args = ["icloud-mcp-server"]
{
"mcpServers": {
"icloud-mcp": {
"args": [
"icloud-mcp-server"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"icloud-mcp": {
"args": [
"icloud-mcp-server"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
ICLOUD_USERNAME (Your Apple Account email.), ICLOUD_APP_PASSWORD (An app-specific password from account.apple.com (not your Apple password).), ICLOUD_DISPLAY_NAME (Name shown on mail you send.), DEFAULT_TIMEZONE (IANA timezone for calendar times, e.g. Europe/Berlin.), SEND_REQUIRES_APPROVAL (true: mail Claude sends is saved to Drafts for you to send. false: sent directly.).
The author declared them in the registry entry; get the values from the project itself.
Google Workspace MCP server for Gmail, Calendar, Drive, Docs, Sheets, Slides, Contacts, and more
Multiple Google accounts (Gmail, Calendar, Drive, Contacts, Tasks) in one Claude connector.
Outlook & OneDrive MCP: personal & enterprise tools for mail, calendar, contacts, tasks, files
Native macOS MCP server — 82 tools for Mail, Calendar, Teams, OneDrive and more.
MCP server for Google Workspace — Sheets, Drive, Docs (HTML or Markdown), and Calendar.
Real email and SMS for AI agents — send mail, receive verification codes, drive a real inbox.
MCP fork of Google Workspace CLI (Gmail, Drive, Calendar, and more)
Read-only MCP server for listing, searching, downloading, and reading iCloud Drive documents.
Answers built from our own checks of this server.