cron-mcp

takeaseatventure/cron-mcp
★ 0 stars JavaScript AI/LLM Updated today
MCP server that lets AI coding agents (Claude, Cursor, Copilot) parse, validate, and explain cron expressions. Catches silent cron bugs before deployment.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

README Excerpt

An [MCP (Model Context Protocol)](https://modelcontextprotocol.io) server that lets AI coding agents — **Claude, Cursor, Copilot, Cline** — parse, validate, explain, and preview cron expressions. Built to catch **silent cron bugs** (impossible schedules, OR-semantics gotchas, midnight spikes) *before* a job is deployed — a class of mistake that's easy to make and hard to notice until a critical job silently fails to fire.

Tools (4)

cron_presetsnext_runsparse_cronvalidate_cron

Topics

claudecopilotcroncron-expressioncrontabcursordeveloper-toolsmcpmcp-servermodel-context-protocol