iCloud for Cline
io.github.epinethrone/icloud-mcp
iCloud Mail, Calendar, Contacts, Reminders, Notes and Drive. Approval-first, self-hosted or local.
client:Cline
transport:stdio
runtime:pypi
Install iCloud in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"icloud-mcp": {
"command": "uvx",
"args": [
"icloud-mcp-server"
],
"env": {
"ICLOUD_USERNAME": "<ICLOUD_USERNAME>",
"ICLOUD_APP_PASSWORD": "<ICLOUD_APP_PASSWORD>",
"ICLOUD_DISPLAY_NAME": "<ICLOUD_DISPLAY_NAME>",
"DEFAULT_TIMEZONE": "<DEFAULT_TIMEZONE>",
"SEND_REQUIRES_APPROVAL": "<SEND_REQUIRES_APPROVAL>",
"AGENT_NOTES_FILE": "<AGENT_NOTES_FILE>",
"OWNER_ADDRESSES": "<OWNER_ADDRESSES>",
"WARMUP_ON_START": "<WARMUP_ON_START>",
"TOOL_WORKERS": "<TOOL_WORKERS>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs