Apple Mail, Calendar, Contacts, Reminders, Notes, Messages and Safari via AppleScript or iCloud
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Icloud MCP.
list-emails`folder` (string, optional), `count` (number, optional, max 50)
read-email`uid` (string), `folder` (string, optional)
send-email`to`, `subject`, `body` (strings); `cc`, `bcc` (strings, optional); `isHtml` (boolean, optional, cloud mode only)
search-emails`query`, `from`, `subject`, `folder` (strings, optional), `unreadOnly` (boolean, optional), `count` (number, optional)
mark-as-read`uid` (string), `folder` (string, optional), `isRead` (boolean, optional)
list-foldersno input
icloud-mcp covers seven Apple services with two interchangeable backends, and as far as we know it is the only MCP server that does. In local mode it drives the native macOS apps through AppleScript: no credentials, no network, and it reaches the services the iCloud protocols do not expose (Reminders, Notes, Messages, Safari). In cloud mode it speaks IMAP/SMTP, CalDAV and CardDAV instead, so it runs on any machine, not just a Mac. The set-mode tool switches between the two at runtime, without a restart.
The server exposes 41 tools across Email, Calendar, Contacts, Reminders, Notes, Messages and Safari. Each tool carries a typed schema, a human title and behavioural annotations, and every list-* tool returns machine-readable structuredContent alongside its text output. Local mode needs no passwords at all; macOS Automation permissions take their place.
The server speaks JSON-RPC over stdin/stdout only. It opens no ports and listens on no socket.
Credentials are never logged. ICLOUD_APP_PASSWORD is read once at startup and handed only to the IMAP/SMTP/CalDAV/CardDAV clients; diagnostics print a fixed mask, never the value. Where you keep the password is up to you: a .env file beside the module for a manual install, or the .mcpb bundle's sensitive field, which the host stores in the macOS Keychain. Local mode has no password anywhere, since macOS gates access per app through its own Automation prompts, and you can revoke those at any time.
Every tool argument is validated against a zod schema before the handler runs. Arguments are also coerced at each AppleScript interpolation site, so a value that is not a number cannot reach a script template.
The server collects nothing and keeps nothing: no telemetry, no analytics, no state on disk. Your data moves only between your machine, the AI client you connect and Apple's services. The full policy, covering collection, storage, third-party sharing, retention and contact, is in PRIVACY.md.
Tools marked local only return an error in cloud mode, because the iCloud protocols do not expose those services.
mode (string, local or cloud)folder (string, optional), count (number, optional, max 50)uid (string), folder (string, optional)to, subject, body (strings); cc, bcc (strings, optional); isHtml (boolean, optional, cloud mode only)query, from, subject, folder (strings, optional), unreadOnly (boolean, optional), count (number, optional)uid (string), folder (string, optional), isRead (boolean, optional)count (number, optional, max 50), daysAhead (number, optional)summary, start, end (strings, ISO 8601); description, location (optional); calendarUrl (cloud) or calendarName (local)eventUrl (string); any of summary, start, end, description, location. Only the fields you pass changeeventUrl (string)count (number, optional, max 50)query (string), count (number, optional). Matches name, organisation, email and phone; phone matching ignores formattingcontactUrl (string)displayName, firstName, lastName, email, phone, organization, title, notes (all optional)contactUrl (string)accountId (string, optional) (local only)listName (string, optional), includeCompleted (boolean, optional), count (number, optional)name (string); body, dueDate, listName (optional); priority (number 0-9, optional)reminderId (string); any of name, body, dueDate, priorityreminderId (string), completed (boolean, optional)reminderId (string)query (string), count (number, optional)folderName (string, optional), count (number, optional)noteId (string)title (string), body (string, optional), folderName (string, optional)query (string), count (number, optional)Reading requires the imsg CLI and Full Disk Access.
limit (number, optional)chatId (number); limit (number, optional); start, end (ISO 8601, optional); attachments (boolean, optional)to (string), body (string), file (string, optional)chatId (number), type (love, like, dislike, laugh, emphasis, question)url (string), inNewWindow (boolean, optional)windowIndex (number, optional), tabIndex (number, optional)Every tool declares its behaviour explicitly instead of relying on the spec defaults, which are deliberately pessimistic. All list-*, read-*, search-* and get-* tools, plus about and check-auth-status, are marked read-only. Nine tools carry destructiveHint: the four deletions (delete-event, delete-contact, delete-reminder, close-safari-tab), the three that reach another person irrevocably (send-email, send-message, react-message) and the two in-place updates (update-event, update-reminder). Tools that reach the network or another person carry openWorldHint: all Email and Calendar tools, send-message, react-message and open-safari-url. The read-only tools plus mark-as-read, complete-reminder, update-reminder, update-event and set-mode are marked idempotent.
Requires Node.js 20 or newer.
Paste this into Claude, Claude Code, Cursor, ChatGPT or any agent with shell or config access:
Add to claude_desktop_config.json:
For cloud mode, add credentials:
Use the badge at the top of this README, or add the same command/args pair to your MCP settings.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/icloud-mcp)<a href="https://allmcps.com/mcp/icloud-mcp"><img src="https://allmcps.com/api/badge/icloud-mcp?style=directory" alt="Icloud MCP on AllMCPs" /></a>