Drop reminders into any app with a single API call. REST API, CLI, MCP, web, SMS — and growing. One engine, every interface.
Use whichever fits your workflow. All roads lead to the same reliable delivery engine.
Schedule SMS to any phone number with one POST. Bearer token auth, audit trail, rate limiting built in.
Install with npm, create reminders from your terminal. npx remind-me-cli create "call mom at 3pm"
Connect Claude, Cursor, or any MCP-compatible agent. Reminders become a native AI tool.
Create reminders with natural language, manage settings, view audit log. API key management built in.
Text your number in plain English. AI parses it, reminder fires on time. No app, no account required.
A full reminders engine with API key auth, audit logging, and scheduled delivery. Plug it into your stack and stop building notification plumbing.
Schedule messages, create reminders, manage settings. Bearer token auth with revocable API keys and rate limiting.
PlatformFirst-class Model Context Protocol support. Let any AI agent create, list, and manage reminders out of the box.
AI-NativePOST a message, a phone number, and a time. We deliver it. One-off or recurring, with RRULE support for complex patterns.
Powered by Claude AI. Pass free text, get a structured reminder back. Dates, times, recurrence all parsed automatically.
Full event trail: every message scheduled, sent, and delivered. Filter by event type, date range, and reminder. Built-in stats.
All scheduling respects IANA timezones. Set it once per user, reminders fire at their local time. No UTC math for your app.
One API key, one POST request. Schedule messages, create reminders, or connect AI agents via MCP. Full docs, typed responses, and audit trail included.
{ "mcpServers": { "remind-me": { "command": "node", "args": ["remind-me-mcp"], "env": { "REMIND_ME_API_URL": "https://remind.supermagicapps.com", "REMIND_ME_API_KEY": "rmk_..." } } } }
# Install and configure $ npm install -g remind-me-cli $ remind-me init # Create a reminder $ remind-me create "call mom every Sunday at 10am" # Schedule a message $ remind-me schedule \ --to "+15551234567" \ --body "Your appointment is tomorrow" \ --at "2026-04-01T18:00:00Z"
# Schedule a message to any phone number POST /v1/messages/schedule { "to": "+15551234567", "body": "Your appointment is tomorrow at 2pm", "scheduledFor": "2026-04-01T18:00:00Z" } # Create a reminder with natural language POST /api/reminders/parse { "text": "call mom every Sunday at 10am" }
Everything available via API and MCP.
First 10 messages free, no card required. Every plan includes API access, MCP, and audit logging.
For prototyping.
For developers and small apps.
For production services.
For high-volume senders.
Questions, custom integrations, or just want to say hi.