mcpbeat Sign in

iCloud Mail MCP Server

by julienrabault Your server? Claim it
local only

iCloud Mail runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 22 Sep 2026.

Read, search, draft, send and file iCloud Mail over IMAP and SMTP. No tool destroys mail.

Installs / week
pypi · icloud-mail-mcp
0
Stars
0 open issues
22 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check iCloud Mail every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add icloud-mcp -- uvx icloud-mail-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "icloud-mcp": {
      "args": [
        "icloud-mail-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.icloud-mcp]
command = "uvx"
args = ["icloud-mail-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "icloud-mcp": {
      "args": [
        "icloud-mail-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "icloud-mcp": {
      "args": [
        "icloud-mail-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: ICLOUD_EMAIL (Your iCloud address, for example [email protected].), ICLOUD_APP_PASSWORD (An app-specific password generated at account.apple.com. iCloud rejects your main password over IMAP.), ICLOUD_DISPLAY_NAME (Name shown in the From header of sent mail. Defaults to the local part of the address.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to iCloud Mail

same job, measured the same way
Fluxmail
by churichard

Read, search, draft, send, and organize email through Gmail, Outlook, and IMAP/SMTP mailboxes.

392 installs/wk local only
Proton Mail (unofficial)
by sethbang

Unofficial Proton Mail MCP — send, read, search & organize email over SMTP and IMAP

73 installs/wk local only
MCP Server Imap
by aiwerk

Email tools for any IMAP/SMTP provider: list, read, search, send, and manage messages.

147 installs/wk local only
MCP Email
by infoinlet-marketplace

Email for AI agents — read inbox (IMAP), search, and send (SMTP).

27 installs/wk local only
Yahoo Mail MCP
by andesstriker

Read, search, move, and delete Yahoo Mail over IMAP — MCP server for Claude

local only
Email (IMAP/SMTP)
by boutquin

Multi-account IMAP/SMTP email server with 22 tools for reading, sending, searching, and organizing.

local only
Imap MCP Server
by nikolausm

IMAP/SMTP MCP server to search, read, organize, send, reply & forward email for AI assistants

528 installs/wk local only
Mailbridge
by creativestefan

Connect your AI assistant to email — read, search, send, and organise via IMAP/SMTP.

63 installs/wk local only

iCloud Mail — questions

Answers built from our own checks of this server.

Why is there no uptime for iCloud Mail?
iCloud Mail runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package icloud-mail-mcp.
How do I connect iCloud Mail?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls icloud-mail-mcp straight from pypi; nothing to host, nothing to sign up for.
Is iCloud Mail open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.