claude-code - 💡(How to fix) Fix MCP scheduled-tasks no longer appear in Routines panel after 2.1.80 [3 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#54668Fetched 2026-04-30 06:39:19
View on GitHub
Comments
3
Participants
2
Timeline
8
Reactions
1
Author
Timeline (top)
labeled ×5commented ×3

After updating to Claude Code 2.1.80, locally-managed scheduled tasks (from the bundled scheduled-tasks MCP server, stored at ~/.claude/scheduled-tasks/<task>/SKILL.md) no longer appear in the Routines panel. They were visible in the previous version.

Root Cause

After updating to Claude Code 2.1.80, locally-managed scheduled tasks (from the bundled scheduled-tasks MCP server, stored at ~/.claude/scheduled-tasks/<task>/SKILL.md) no longer appear in the Routines panel. They were visible in the previous version.

RAW_BUFFERClick to expand / collapse

Summary

After updating to Claude Code 2.1.80, locally-managed scheduled tasks (from the bundled scheduled-tasks MCP server, stored at ~/.claude/scheduled-tasks/<task>/SKILL.md) no longer appear in the Routines panel. They were visible in the previous version.

Verification that the scheduler is healthy

The scheduler itself is working correctly. Calling mcp__scheduled-tasks__list_scheduled_tasks from a session returns all tasks with valid nextRunAt and recent lastRunAt timestamps. Tasks are firing on schedule (e.g. an hourly pr-review-loop ran ~1h before this report). Only the UI surfacing is broken.

claude mcp list only enumerates user-configured MCP servers, so scheduled-tasks does not appear there — expected, since it's bundled.

Repro

  1. Have one or more entries under ~/.claude/scheduled-tasks/<task>/SKILL.md
  2. Update Claude Code Desktop to 2.1.80
  3. Open the Routines panel in the sidebar

Expected: Bundled scheduled-tasks MCP entries appear in the Routines panel, as in the prior version.

Actual: Routines panel does not show the local scheduled tasks, even though the scheduler is firing them on time.

Environment

  • Claude Code: 2.1.80
  • OS: Windows

extent analysis

TL;DR

The issue can likely be resolved by investigating changes in how the Routines panel retrieves or renders scheduled tasks from the scheduled-tasks MCP server in Claude Code version 2.1.80.

Guidance

  • Verify that the SKILL.md files in ~/.claude/scheduled-tasks/<task>/ are correctly formatted and contain the necessary information for the Routines panel to display them.
  • Check the release notes or documentation for Claude Code 2.1.80 to see if there are any changes in how scheduled tasks are handled or displayed in the Routines panel.
  • Use the mcp__scheduled-tasks__list_scheduled_tasks command to confirm that the tasks are correctly scheduled and running, as you've already done.
  • Consider comparing the behavior or configuration of the Routines panel in the previous version of Claude Code to identify any differences that might be causing the issue.

Example

No specific code example is provided due to the lack of detailed technical information about the scheduled-tasks MCP server or the Routines panel's implementation.

Notes

The issue seems to be specific to the UI representation of scheduled tasks in the Routines panel and does not affect the actual scheduling or execution of tasks. The cause might be related to changes in how the panel fetches or displays task information.

Recommendation

Apply a workaround by manually checking the ~/.claude/scheduled-tasks/<task>/SKILL.md files and the output of mcp__scheduled-tasks__list_scheduled_tasks to monitor scheduled tasks until a fix is available, as the scheduler itself is working correctly.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING