Skip to content

Apple Reminders for Zed

io.github.mgcrea/mcp-apple-reminders

Search, read and act on Apple Reminders — lists, due dates, writes off by default

client:Zed transport:stdio runtime:npm

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": {
    "mcp-apple-reminders": {
      "command": "npx",
      "args": [
        "-y",
        "@mgcrea/mcp-apple-reminders"
      ],
      "env": {
        "APPLE_REMINDERS_ALLOW_WRITES": "<APPLE_REMINDERS_ALLOW_WRITES>",
        "APPLE_REMINDERS_LISTS": "<APPLE_REMINDERS_LISTS>"
      }
    }
  }
}

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

Apple Reminders in other clients