Skip to content
Cursor

remi for Cursor

io.github.mattheworiordan/remi

Apple Reminders CLI and MCP server with section support and iCloud sync

client:Cursor transport:stdio runtime:npm

Install remi in Cursor

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

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

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

remi in other clients