
Remi
Drive Apple Reminders lists, sections, and tasks from your coding agent or a CLI with iCloud-backed sync.
Overview
remi is an MCP server for the Build phase that controls Apple Reminders—including sections and iCloud sync—via CLI and stdio MCP for agent clients.
What is this MCP server?
- MCP server plus CLI for Apple Reminders on macOS
- Section-aware list organization for structured task buckets
- iCloud sync through Apple’s Reminders ecosystem
- npm package @mattheworiordan/remi with stdio MCP transport
- Version 0.2.1 from the mattheworiordan/remi GitHub repository
- Published server version 0.2.1
- npm identifier @mattheworiordan/remi with stdio transport
What problem does it solve?
Your agent cannot see or update the reminders you already trust on Mac and iPhone, so shipping checklists stay disconnected from coding sessions.
Who is it for?
Mac-based solo builders who standardize on Apple Reminders and want agent-driven task capture during product work.
Skip if: Windows/Linux-only workflows, teams on Linear/Jira as source of truth, or builders who cannot use Apple Reminders.
What do I get? / Deliverables
After you add the stdio server, your agent can create, list, and organize Reminders tasks and sections while changes sync through iCloud.
- Agent-driven create/update flows against Reminders lists and sections
- CLI access parallel to MCP for scripts and local automation
- Tasks visible across iCloud-linked Apple devices
Recommended MCP Servers
Journey fit
Build is the primary phase because you install Remi as agent-side tooling while constructing workflows that tie shipping tasks to Apple’s reminder system. Agent-tooling matches a dual CLI and MCP server meant to extend what Claude Code and Cursor can do on macOS without custom Reminders AppleScript.
How it compares
Native Apple Reminders MCP bridge, not a third-party todo SaaS API or a planning methodology skill.
Common Questions / FAQ
Who is remi for?
Mac users who want Claude Code, Cursor, or a terminal CLI to manage Apple Reminders with section support and iCloud sync.
When should I use remi?
Use it while building or operating a solo project when you want shipping tasks, bugs, and ideas captured straight into Reminders from your agent.
How do I add remi to my agent?
Install @mattheworiordan/remi from npm, configure it as a stdio MCP server in your client, and run on macOS with Reminders and iCloud available.