Odel
icloud mcp

icloud mcp

Local
@eodozzy1PythonMITUpdated 2mo ago

Read-only-by-default MCP server for iCloud mail, calendar, and contacts (IMAP/CalDAV/CardDAV).

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIicloud-mcpv0.1.1

Run

uvx icloud-mcp

MCP client config

{
  "mcpServers": {
    "icloud-mcp": {
      "command": "uvx",
      "args": [
        "icloud-mcp"
      ]
    }
  }
}