Give your AI agent a sense of time.
AgentCron is an MCP server that lets your AI agent schedule things for later — a one-off reminder, a delayed webhook callback, or a recurring job. Agents can't wait or run on a schedule. Now they can.
Get your MCP key — free Read the docs →
Add it to your MCP client
{
"mcpServers": {
"agentcron": {
"url": "https://cron.mgm-llc.org/mcp",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}
Then your agent has schedule_task, list_tasks, and cancel_task. Works with Claude, Cursor, Cline, and any MCP client.
What it's for
- "Remind me in 2 hours to review the PR." → notification later
- "Check the deploy every 10 minutes and ping me if it fails." → recurring webhook
- "Email me a summary every weekday at 9am." → recurring notification
- "Call this webhook in 30 minutes to resume the workflow." → delayed callback
Why AgentCron
- Tools:
schedule_task·list_tasks·cancel_task - Deliver to email, Slack, Discord, webhook — or POST any webhook
- One-off or recurring (repeat interval)
- Free tier — 5 tasks, runs as often as every 5 min