A modern, Fluent WinUI 3 reimagining of Windows Task Scheduler, with natural-language task creation and a local MCP server for AI agents.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"task-scheduler-studi": {
"command": "npx",
"args": [
"-y",
"MarkHopper24/Task-Scheduler-Studio"
]
}
}
}
Run in terminal:
claude mcp add task-scheduler-studi npx -y MarkHopper24/Task-Scheduler-Studio
Add to .cursor/mcp.json:
{
"mcpServers": {
"task-scheduler-studi": {
"command": "npx",
"args": [
"-y",
"MarkHopper24/Task-Scheduler-Studio"
]
}
}
}