Skip to content

Apple Reminders for Zed

io.github.jonathanrreed/apple-mcp-reminders

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

client:Zed transport:stdio runtime:pypi

Install Apple Reminders in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "apple-mcp-reminders": {
      "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Apple Reminders in other clients