Skip to content
Cursor

Apple Reminders for Cursor

io.github.jonathanrreed/apple-mcp-reminders

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

client:Cursor transport:stdio runtime:pypi

Install Apple Reminders in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "apple-mcp-reminders": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "apple-mcp-reminders"
      ],
      "env": {
        "APPLE_REMINDERS_MCP_SAFETY_MODE": "<APPLE_REMINDERS_MCP_SAFETY_MODE>",
        "APPLE_REMINDERS_MCP_ALLOWED_LISTS": "<APPLE_REMINDERS_MCP_ALLOWED_LISTS>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Apple Reminders in other clients