MCP Directory

cronmcp

by vaibhavpandeyvpz · TypeScript · ★ 2

cronmcp is an open-source cron scheduler stdio MCP server built on top of cron, commander, and @modelcontextprotocol/sdk.

Install

npx -y github:vaibhavpandeyvpz/cronmcp

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "cronmcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:vaibhavpandeyvpz/cronmcp"
      ]
    }
  }
}

From the README

[](https://www.npmjs.com/package/cronmcp) [](https://github.com/vaibhavpandeyvpz/cronmcp/actions/workflows/publish-npm.yml) [](LICENSE) is an open-source cron scheduler stdio MCP server built on top of [](https://www.npmjs.com/package/cron), [](https://www.npmjs.com/package/cron-parser), , and . It lets MCP-compatible clients create and manage scheduled prompt jobs, and optionally subscribe to cron tick notifications through an MCP notification channel. - Exposes cron scheduling as an MCP server over stdio. - Uses the package for in-process job execution. - Validates schedules as 5-field…
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 developer tools servers