cron-parser

Cloudflare Workers MCP server: cron-parser

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

    What data it sees

    Do you need an account

    No: the server works without sign-in

    Cloudflare Workers MCP server: cron-parser

    Server tool list (6)

    Raw names from tools/list. Only developers need these.

    explain_cronExplain a cron expression in human-readable form and show parsed fields. Supports @presets like @daily, @weekly.
    validate_cronCheck if a cron expression is valid. Returns {valid: bool, error?: string}.
    next_runsGet the next N scheduled run times for a cron expression. Uses standard Unix OR semantics for day fields.
    generate_cronGenerate a cron expression from human-friendly options.
    diff_cronCompare two cron expressions and return per-field differences.
    common_cronsList commonly used cron expressions with descriptions.