← Back to Plugins
MCP Server MCP

Apple Tools (Unified)

github By github 👁 1 views ▲ 0 votes

Unified Apple ecosystem MCP server for macOS: Mail, Calendar, Notes, Files, Messages, and more.

Homepage Verified source GitHub

Install

uvx apple-tools-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "apple-tools-mcp",
      "version": "1.0.2",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Safety mode for the Mail domain: safe_readonly, safe_manage, or full_access.",
          "format": "string",
          "default": "safe_manage",
          "choices": [
            "safe_readonly",
            "safe_manage",
            "full_access"
          ],
          "name": "APPLE_MAIL_MCP_SAFETY_PROFILE"
        },
        {
          "description": "Safety mode for the Calendar domain: safe_readonly, safe_manage, or full_access.",
          "format": "string",
          "default": "safe_manage",
          "choices": [
            "safe_readonly",
            "safe_manage",
            "full_access"
          ],
          "name": "APPLE_CALENDAR_MCP_SAFETY_MODE"
        },
        {
          "description": "Safety mode for the Reminders domain: safe_readonly, safe_manage, or full_access.",
          "format": "string",
          "default": "safe_manage",
          "choices": [
            "safe_readonly",
            "safe_manage",
            "full_access"
          ],
          "name": "APPLE_REMINDERS_MCP_SAFETY_MODE"
        },
        {
          "description": "Safety mode for the Files domain: safe_readonly, safe_manage, or full_access.",
          "format": "string",
          "default": "safe_manage",
          "choices": [
            "safe_readonly",
            "safe_manage",
            "full_access"
          ],
          "name": "APPLE_FILES_MCP_SAFETY_MODE"
        },
        {
          "description": "Comma-separated directories file tools may access. Defaults to Desktop, Documents, Downloads, and iCloud Drive.",
          "format": "string",
          "placeholder": "~/Desktop,~/Documents,~/Downloads",
          "name": "APPLE_FILES_MCP_ALLOWED_ROOTS"
        },
        {
          "description": "Safety mode for the System domain: safe_readonly, safe_manage, or full_access.",
          "format": "string",
          "default": "safe_manage",
          "choices": [
            "safe_readonly",
            "safe_manage",
            "full_access"
          ],
          "name": "APPLE_SYSTEM_MCP_SAFETY_MODE"
        },
        {
          "description": "Safety mode for the Contacts domain: safe_readonly, safe_manage, or full_access.",
          "format": "string",
          "default": "safe_manage",
          "choices": [
            "safe_readonly",
            "safe_manage",
            "full_access"
          ],
          "name": "APPLE_CONTACTS_MCP_SAFETY_MODE"
        },
        {
          "description": "Safety mode for the Notes domain: safe_readonly, safe_manage, or full_access.",
          "format": "string",
          "default": "full_access",
          "choices": [
            "safe_readonly",
            "safe_manage",
            "full_access"
          ],
          "name": "APPLE_NOTES_MCP_SAFETY_MODE"
        },
        {
          "description": "Safety mode for the Messages domain: safe_readonly, safe_manage, or full_access.",
          "format": "string",
          "default": "full_access",
          "choices": [
            "safe_readonly",
            "safe_manage",
            "full_access"
          ],
          "name": "APPLE_MESSAGES_MCP_SAFETY_MODE"
        },
        {
          "description": "Safety mode for the Shortcuts domain: safe_readonly, safe_manage, or full_access.",
          "format": "string",
          "default": "full_access",
          "choices": [
            "safe_readonly",
            "safe_manage",
            "full_access"
          ],
          "name": "APPLE_SHORTCUTS_MCP_SAFETY_MODE"
        }
      ]
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/JonathanRReed/Apple-MCPs/releases/download/v1.0.2/apple-tools-1.0.2.mcpb",
      "version": "1.0.2",
      "fileSha256": "39d703186a680278dc0900ede56da02643bdab969f3796cfe273a32021288c32",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol pypi mcpb

Comments

Sign in to leave a comment

Loading comments...