Back to Browse

Icloud MCP Server

by MrGo2
Developer ToolsLow Risk9.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

Apple Mail, Calendar, Contacts, Reminders, Notes, Messages and Safari via AppleScript or iCloud

About

Apple Mail, Calendar, Contacts, Reminders, Notes, Messages and Safari via AppleScript or iCloud

Security Report

9.8
Low Risk9.8Low Risk

Valid MCP server (1 strong, 1 medium validity signals). 1 code issue detected. 1 known CVE in dependencies Package registry verified. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

5 files analyzed · 3 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

What You'll Need

Set these up before or after installing:

true (default) drives the macOS apps via AppleScript; false uses the iCloud protocolsOptional

Environment variable: USE_LOCAL_MODE

iCloud address, required only for cloud modeOptional

Environment variable: ICLOUD_EMAIL

App-specific password from appleid.apple.com, required only for cloud modeRequired

Environment variable: ICLOUD_APP_PASSWORD

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-mrgo2-icloud-mcp": {
      "env": {
        "ICLOUD_EMAIL": "your-icloud-email-here",
        "USE_LOCAL_MODE": "your-use-local-mode-here",
        "ICLOUD_APP_PASSWORD": "your-icloud-app-password-here"
      },
      "args": [
        "-y",
        "mcp-icloud"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!