Odel
cron mcp

cron mcp

Local
@takeaseatventureJavaScriptMITUpdated 4w ago

MCP cron validator for AI agents; flags impossible schedules and other silent cron bugs.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmcron-mcp-serverv0.1.2

Run

npx -y cron-mcp-server

MCP client config

{
  "mcpServers": {
    "cron-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "cron-mcp-server"
      ]
    }
  }
}