Skip to content
Cline

apple reminders for Cline

io.github.high5-ventures/apple-reminders

Fast, native macOS Apple Reminders via EventKit. 10-200x faster than AppleScript alternatives.

client:Cline transport:stdio runtime:npm

Install apple reminders in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "apple-reminders": {
      "command": "npx",
      "args": [
        "-y",
        "@high5ventures/apple-reminders-mcp"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

apple reminders in other clients