MCP Directory
Back

scheduler-mcp

by PhialsBasement · Python · ★ 56

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

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "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 →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related productivity servers