Skip to content
Claude Desktop

AgentCron for Claude Desktop

io.github.noriget/agentcron

Schedule tasks for later from your AI agent: reminders, delayed webhooks, recurring jobs.

client:Claude Desktop transport:streamable-http

Install AgentCron in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "agentcron": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://cron.mgm-llc.org/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

AgentCron in other clients