Loading MCP server directory, please wait...
Read-only-by-default MCP server for iCloud mail, calendar, and contacts (IMAP/CalDAV/CardDAV).
npx @getmcp/cli add io.github.eodozzy/icloud-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
ICLOUD_USERNAMEYour Apple ID email (the IMAP/CalDAV username).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.eodozzy/icloud-mcp": {
"command": "uvx",
"args": [
"icloud-mcp"
],
"env": {
"ICLOUD_USERNAME": "",
"ICLOUD_KEYRING_SERVICE": "",
"ICLOUD_APP_PASSWORD": "",
"ICLOUD_ENABLE_WRITES": "",
"ICLOUD_IMAP_HOST": "",
"ICLOUD_IMAP_PORT": "",
"ICLOUD_SMTP_HOST": "",
"ICLOUD_SMTP_PORT": "",
"ICLOUD_CALDAV_URL": "",
"ICLOUD_CARDDAV_URL": "",
"ICLOUD_TZ": ""
}
}
}
}Rust MCP server and CLI for Apprise notification fan-out across dozens of delivery backends.
Rust MCP server and CLI for Gotify push notifications and message management.
Apprise notifications over MCP and CLI with authenticated stdio and HTTP transports.
Gotify notifications and app, client, and message management over MCP and CLI.