<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/schedule-tasks-on-the-web-d7hknqdbe" -->

---
title: Schedule tasks on the web | daily.dev
description: Claude Code now supports cloud-based scheduled tasks that run automatically on a recurring basis without requiring a local machine. Tasks can be created via...
canonical: https://daily.dev/posts/schedule-tasks-on-the-web-d7hknqdbe
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Schedule tasks on the web | daily.dev
og:description: Claude Code now supports cloud-based scheduled tasks that run automatically on a recurring basis without requiring a local machine. Tasks can be created via...
og:url: https://daily.dev/posts/schedule-tasks-on-the-web-d7hknqdbe
og:image: https://api.daily.dev/og/posts/D7HkNqdBE.png
og:image:alt: Schedule tasks on the web
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Schedule tasks on the web

**[Hacker News](https://daily.dev/sources/hn)** · 5 min read · 0 upvotes · 0 comments

## Summary

Claude Code now supports cloud-based scheduled tasks that run automatically on a recurring basis without requiring a local machine. Tasks can be created via the web at claude.ai/code/scheduled, the desktop app, or the CLI using /schedule. Each task can be configured with a prompt, target repositories, branch permissions, MCP connectors for external services (Slack, Linear, Google Drive), and a cloud environment controlling network access and secrets. Scheduling options include hourly, daily, weekdays, and weekly frequencies with local timezone support. Use cases include reviewing PRs each morning, analyzing CI failures, syncing docs after merges, and running dependency audits. Each run creates a new session where results can be reviewed and pull requests created.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://code.claude.com/docs/en/web-scheduled-tasks>

---

Tags: [#automation](https://daily.dev/tags/automation), [#cicd](https://daily.dev/tags/cicd), [#mcp](https://daily.dev/tags/mcp), [#claude-code](https://daily.dev/tags/claude-code)

[View this post on daily.dev](https://daily.dev/posts/schedule-tasks-on-the-web-d7hknqdbe)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Schedule tasks on the web","url":"https://daily.dev/posts/schedule-tasks-on-the-web-d7hknqdbe","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/schedule-tasks-on-the-web-d7hknqdbe"},"datePublished":"2026-03-27T07:18:21.239Z","dateModified":"2026-03-27T07:19:08.159Z","description":"Claude Code now supports cloud-based scheduled tasks that run automatically on a recurring basis without requiring a local machine. Tasks can be created via...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/248744e61011deb5d06b5b3e120e7347?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/248744e61011deb5d06b5b3e120e7347?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Hacker News","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Hacker News","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/hn","url":"https://daily.dev/sources/hn"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/schedule-tasks-on-the-web-d7hknqdbe","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"automation,cicd,mcp,claude-code","timeRequired":"PT5M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Hacker News","item":"https://daily.dev/sources/hn"},{"@type":"ListItem","position":3,"name":"Schedule tasks on the web"}]}
```

