← Back to Plugins
MCP Server MCP

Apple Reminders

github By github 👁 1 views ▲ 0 votes

List, create, update, complete, and delete reminders in Apple Reminders on macOS.

Homepage Verified source GitHub

Install

uvx apple-mcp-reminders

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "apple-mcp-reminders",
      "version": "1.0.2",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Safety mode for Reminders operations: 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": "Comma-separated allow-list of reminder list names. Empty allows all lists.",
          "format": "string",
          "placeholder": "Reminders,Groceries",
          "name": "APPLE_REMINDERS_MCP_ALLOWED_LISTS"
        }
      ]
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/JonathanRReed/Apple-MCPs/releases/download/v1.0.2/apple-reminders-1.0.2.mcpb",
      "version": "1.0.2",
      "fileSha256": "b5d0169018d03c371b78f0025d9a64835b325b637d2e344d502d6ce3e9c2794a",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol pypi mcpb

Comments

Sign in to leave a comment

Loading comments...