Skip to content
Cursor

remindersmcp for Cursor

io.github.aernouddekker/remindersmcp

MCP server for macOS Reminders.app — list and reminder management via AppleScript

client:Cursor transport:stdio runtime:npm

Install remindersmcp in Cursor

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

{
  "mcpServers": {
    "remindersmcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@aernoud/remindersmcp"
      ]
    }
  }
}

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

remindersmcp in other clients