Developer Tools

Cron Expression MCP Server

Chat with AI and run tools instantly.

Parse, explain, validate, and generate cron expressions. Convert between human-readable schedules and cron syntax. Show next N execution times. Supports standard 5-field cron and common extensions. Pure computation.

Managed
3 tools
Agent guide included

Chat with AI and run tools instantly.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for Cron Expression — workflow patterns, data models, and gotchas for your AI agent.

Cron Expression

Work with cron scheduling expressions: parse them into human-readable descriptions, validate syntax, show upcoming execution times, and generate expressions from natural language descriptions.

Capabilities

  • Explain: Convert a cron expression into plain English (e.g. "0 9 * * 1-5" → "At 09:00 on every day-of-week from Monday through Friday").
  • Validate: Check if a cron expression is syntactically valid and report specific field errors.
  • Next runs: Calculate the next N execution times from a given cron expression and reference date.
  • Generate: Convert a natural language schedule description into a cron expression.

Cron Format

Standard 5-field: minute hour day-of-month month day-of-week

FieldAllowed ValuesSpecial Characters
Minute0-59* , - /
Hour0-23* , - /
Day of Month1-31* , - /
Month1-12 or JAN-DEC* , - /
Day of Week0-6 or SUN-SAT (0=Sunday)* , - /

Gotchas

  • Day-of-week numbering: 0 = Sunday in standard cron. Some systems use 7 for Sunday.
  • Both day fields: Setting both day-of-month and day-of-week creates an OR condition (runs if either matches), not AND.
  • @reboot, @yearly, etc.: Shorthand expressions are expanded to their 5-field equivalents.

Tools in this Server (3)

Cron Expression Explain

Convert a cron expression into a plain English description. Supports standard 5-field cron and shorthand expressions like @daily, @hourly, @weekly.

Cron Expression Next Runs

Calculate the next N execution times for a cron expression. Returns ISO-formatted timestamps for when the cron job would fire, starting from a referen...

Cron Expression Validate

Check if a cron expression is syntactically valid. Returns validation status and details about each field.

Frequently Asked Questions

What is the Cron Expression MCP server?

Parse, explain, validate, and generate cron expressions. Convert between human-readable schedules and cron syntax. Show next N execution times. Supports standard 5-field cron and common extensions. Pure computation. It provides 3 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Cron Expression to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/cron-expression. Authentication is handled automatically.

How many tools does Cron Expression provide?

Cron Expression provides 3 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does Cron Expression require?

Cron Expression uses open data APIs — no authentication required.

Setup Instructions

Connect Cron Expression to any MCP client in minutes

MCP URL
https://mcp.mcpbundles.com/bundle/cron-expression

One-click install:

The link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.

Or add manually

  1. Open claude.ai → Settings → Connectors.
  2. Click the + button and choose Add custom connector.
  3. Set Name to Cron Expression and paste the MCP URL into Remote MCP server URL.
  4. Click Add. Cron Expression will appear under Not connected — select it and click Connect to complete OAuth.
Name: Cron Expression
Remote MCP server URL: https://mcp.mcpbundles.com/bundle/cron-expression
Authentication: OAuth

Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).

Try Cron Expression now

No API key or third-party login required. Chat with AI and run tools instantly.