MCP

Your agent schedules. Cronlet executes.

One MCP connection gives Claude Desktop and compatible clients full scheduling superpowers. Create tasks, manage them, and react to results — all inside the conversation.

Claude Desktop config

JSON
{
  "mcpServers": {
    "cronlet": {
      "command": "npx",
      "args": ["-y", "@cronlet/mcp"],
      "env": {
        "CRONLET_API_KEY": "your-api-key",
        "CLOUD_API_BASE_URL": "https://api.cronlet.dev"
      }
    }
  }
}

What agents can do

Natural-language schedules

"every 15 minutes", "weekdays at 9am" — no cron syntax needed.

Full task control

Create, pause, resume, trigger, and delete — all through tool calls.

Health at a glance

Summarize run history and task health without reading raw logs.

Autonomous loops

Callbacks feed results back so agents can react and create follow-up tasks.

Try these prompts

Prompt ideas
# Health monitoring
Create a task that checks https://demo.cronlet.dev/health every 5 minutes and reports back if it fails.

# Weekly digests
Create a weekly digest task for every Monday at 9am that posts to Slack and store the context in metadata.

# Agent triage
Summarize all my Cronlet tasks and tell me which ones need attention.