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": {
"wintask-scheduler": {
"command": "npx",
"args": [
"-y",
"MarkHopper24/wintask-scheduler"
]
}
}
}
Run in terminal:
claude mcp add wintask-scheduler npx -y MarkHopper24/wintask-scheduler
Add to .cursor/mcp.json:
{
"mcpServers": {
"wintask-scheduler": {
"command": "npx",
"args": [
"-y",
"MarkHopper24/wintask-scheduler"
]
}
}
}