
Prompt Time
Set persistent timed reminders inside Claude Desktop on Windows without losing them across MSIX restarts.
Overview
Prompt Time is an MCP server for the Operate phase that adds restart-safe reminders to Claude Desktop on Windows.
What is this MCP server?
- Native Claude Desktop reminders on Windows with MSIX-safe persistence
- Survives app restarts without extra databases or background services
- Shipped as stdio MCPB with PowerShell runtime and zero declared dependencies
- Stdio transport for direct Claude Desktop MCP registration
- Server version 2.2.6
- Zero declared package dependencies
- Stdio transport via PowerShell MCPB runtime
What problem does it solve?
Chat-based reminders vanish when Claude Desktop restarts or when MSIX isolation blocks normal Windows notification workflows.
Who is it for?
Solo builders on Windows who run Claude Desktop daily and want zero-dependency reminder tools inside MCP.
Skip if: macOS or Linux users, teams needing shared calendar integration, or anyone who wants a full project-management suite instead of desktop nudges.
What do I get? / Deliverables
After you register the server, timed reminders persist across sessions so your agent can ping you to revisit work on schedule.
- Registered stdio MCP server in Claude Desktop
- Restart-safe reminder scheduling inside your agent workflow
Recommended MCP Servers
Journey fit
Canonical shelf is Operate because reminders support ongoing solo-builder cadence after the product exists, not one-off build tasks. Iterate fits recurring check-ins, follow-ups, and habit nudges while you ship fixes and side projects in parallel.
How it compares
Desktop reminder MCP integration, not a standalone agent skill or SaaS task board.
Common Questions / FAQ
Who is Prompt Time for?
It is for indie builders on Windows who use Claude Desktop and want persistent reminders without installing extra apps.
When should I use Prompt Time?
Use it when you need recurring nudges during Operate—reviews, billing checks, or follow-ups—that must survive Claude Desktop restarts.
How do I add Prompt Time to my agent?
Register the MCPB package in Claude Desktop with the published PowerShell stdio entry (prompt_time.ps1) and connect via stdio transport.