MCP Directory
Back

scheduler-mcp

by PhialsBasement · Python · ★ 58

MCP Scheduler is a task automation server that lets you schedule shell commands, API calls, AI tasks, and desktop notifications using cron expressions. Built with Model Context Protocol for seamless integration with Claude Desktop and other AI assistants.

Install

pip install git+https://github.com/PhialsBasement/scheduler-mcp.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "scheduler-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/PhialsBasement/scheduler-mcp.git"
      ]
    }
  }
}

From the README

A robust task scheduler server built with Model Context Protocol (MCP) for scheduling and managing various types of automated tasks. MCP Scheduler is a versatile task automation system that allows you to schedule and run different types of tasks: - **Shell Commands**: Execute system commands on a schedule - **API Calls**: Make HTTP requests to external services - **AI Tasks**: Generate content through OpenAI models - **Reminders**: Display desktop notifications with sound The scheduler uses cron expressions for flexible timing and provides a complete history of task executions. It's built o…
Read full README on GitHub →

Related productivity servers