Remi MCP Server

The CLI that Apple should have built for Reminders. Create lists, add reminders, organize them into sections, and have everything sync across all your Apple devices - from the terminal. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-04-06 · ★ 18 · #529 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Remi

Claude Code

claude mcp add mattheworiordan-remi -- npx -y @mattheworiordan/remi

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @mattheworiordan/remi - published under the repo owner's npm scope (@mattheworiordan)

registry namespace io.github.mattheworiordan is GitHub-verified and matches the repo owner

03 · What Remi can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.2.0 · 2026-04-04

What's new in v0.2.0 · MCP Server · Run remi --mcp to start an MCP server over stdio. 16 tools for AI agents - lists, reminders, sections, queries, search - all with fuzzy matching and structured responses. · json · {…

v0.1.0 · 2026-04-04

Initial release of remi - the missing CLI for Apple Reminders with section support and iCloud sync. · Full CRUD for reminders, lists, and sections · Section membership with iCloud sync via CRDT token maps · Recurrence…

04 · Who maintains Remi

remi is maintained by mattheworiordan. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
other - ranked #529 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.mattheworiordan/remi (active, first published 2026-04-06)
packages
npm:@mattheworiordan/remi

06 · Remi FAQ

What is Remi?

The CLI that Apple should have built for Reminders. Create lists, add reminders, organize them into sections, and have everything sync across all your Apple devices - from the terminal. It runs locally over stdio via the published package.

Is Remi still maintained?

Yes - as of 2026-08-25, its last commit was 2026-04-06. We re-verify nightly.

How do I install Remi?

Run `npx -y @mattheworiordan/remi`. You can also paste the ready-made client config above.

Does Remi run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Remi