Skip to content
Cursor

cron for Cursor

io.github.ryudi84/cron

MCP server for cron expression parsing, validation, and scheduling.

client:Cursor transport:stdio runtime:npm

Install cron in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "cron": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "cron-forge-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

cron in other clients