The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the AgentCron listing page.
Let your AI agent schedule tasks for later — reminders, delayed callbacks, and recurring jobs.
A hosted, remote MCP server. Tools: schedule_task, list_tasks, cancel_task.
Website · Docs · Get an API key (free)
▶ Get your free API key → cron.mgm-llc.org/signup
Agents can't sleep, wait, or run on a schedule. AgentCron gives them time:
A scheduled task either notifies you (email / Slack / Discord / webhook) or POSTs to a webhook at the chosen time. One-off or recurring.
🔒 Read-only by design. AgentCron only runs the tasks your agent schedules. No access to your inbox, files, or accounts.
Remote URL (Cursor, Streamable-HTTP clients):
Stdio bridge (Cline, Claude Desktop, every client):
Get a free key at cron.mgm-llc.org. See the docs.
| Tool | Purpose |
|---|---|
schedule_task | Schedule a notify or webhook task. Timing: in_seconds or run_at (ISO 8601 UTC); add repeat_every_seconds to recur. |
list_tasks | List pending and recent tasks. |
cancel_task | Cancel a pending task by id. |
Timing is best-effort on a 1-minute tick (no sub-minute scheduling).
Cloudflare Workers + D1 + Hono. The scheduler uses a Cron Trigger (every minute) — available on the free Workers plan.
MIT · Operated by MGM LLC.