Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-lazymac2x-cron-parser": {
"args": [
"-y",
"@lazymac/mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
⭐ Building in public from $0 MRR. Star if you want to follow the journey — lazymac-mcp (42 tools, one MCP install) · lazymac-k-mcp (Korean wedge) · lazymac-sdk (TS client) · api.lazy-mac.com · Pro $29/mo.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@lazymac/mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @lazymac/mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in cloud
MCP Server for kubernetes management commands
MCP server for Hostinger API
IAM Policy Autopilot is an open source static code analysis tool that helps you quickly create baseline AWS IAM policies that you can refine as your application evolves. This tool is available as a command-line utility and MCP server for use within AI coding assistants for quickly building IAM policies.
Upload, organize, search, and transform images, videos, and files with AI-powered tools.
MCP Security Weekly
Get CVE alerts and security updates for io.github.lazymac2x/cron-parser and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.

⭐ Building in public from $0 MRR. Star if you want to follow the journey — lazymac-mcp (42 tools, one MCP install) · lazymac-k-mcp (Korean wedge) · lazymac-sdk (TS client) · api.lazy-mac.com · Pro $29/mo.
🚀 Want all 42 lazymac tools through ONE MCP install?
npx -y @lazymac/mcp· Pro $29/mo for unlimited calls.
Cron expression parser API — explain, validate, generate, and compute next run times. Supports standard 5-field cron + presets (@daily, @weekly).
npm install && npm start # http://localhost:4400
# Explain a cron expression in plain English
curl http://localhost:4400/api/v1/explain/*/5%20*%20*%20*%20*
# → "at minutes 0, 5, 10, ..., of every hour"
# Validate
curl http://localhost:4400/api/v1/validate/0%209%20*%20*%201-5
# Next 5 run times
curl "http://localhost:4400/api/v1/next/0%209%20*%20*%20*?count=5"
# Generate cron from description
curl -X POST http://localhost:4400/api/v1/generate \
-H "Content-Type: application/json" \
-d '{"every":"day","at":{"hour":9,"minute":0}}'
# Common cron expressions
curl http://localhost:4400/api/v1/common
MIT
💡 Host your own stack? Get $200 DigitalOcean credit via lazymac referral link.