cron explainer for Cursor
io.github.idoazacalls/cron-explainer
Cron expression parser: explains any cron + returns next N fire times. Timezone-aware.
client:Cursor
transport:streamable-http
tools:1
Install cron explainer in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cron-explainer": {
"url": "https://cron-explainer.cron-explainer-prod.workers.dev/mcp"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs