
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
@cronicorn/mcp-server
Advanced tools
MCP server for Cronicorn - enables AI agents to manage cron jobs via Model Context Protocol
Manage cron jobs by talking to your AI assistant.
You: "Check my API health every 5 minutes"
AI: ✅ Created job with health check running every 5 minutes.
You: "Help me migrate my app's scheduling to Cronicorn"
AI: I found 3 cron jobs in your codebase. Here's how to move each one...
You: "Give me 5 profitable SaaS ideas built on Cronicorn"
AI: Based on Cronicorn's adaptive scheduling and AI capabilities...
Works with Claude, GitHub Copilot, Cursor, Cline, Continue, and any MCP-compatible assistant.
claude mcp add cronicorn -- npx -y @cronicorn/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json (macOS)
{
"mcpServers": {
"cronicorn": {
"command": "npx",
"args": ["-y", "@cronicorn/mcp-server"]
}
}
}
In VS Code settings (JSON):
{
"github.copilot.chat.mcp.servers": {
"cronicorn": {
"command": "npx",
"args": ["-y", "@cronicorn/mcp-server"]
}
}
}
Or create ~/.vscode/mcp.json:
{
"mcpServers": {
"cronicorn": {
"command": "npx",
"args": ["-y", "@cronicorn/mcp-server"]
}
}
}
{
"mcpServers": {
"cronicorn": {
"command": "npx",
"args": ["-y", "@cronicorn/mcp-server"]
}
}
}
On first run, the server starts OAuth device flow:
https://cronicorn.com/device/approve~/.cronicorn/credentials.jsonTokens are valid for 30 days. Re-authentication is automatic when expired.
| Tool | Description |
|---|---|
createJob | Create a new job container |
getJob | Get job details |
listJobs | List all jobs |
updateJob | Update job properties |
archiveJob | Archive a job (soft delete) |
pauseJob | Pause job execution |
resumeJob | Resume paused job |
| Tool | Description |
|---|---|
addEndpoint | Add HTTP endpoint to a job |
getEndpoint | Get endpoint details |
listEndpoints | List endpoints for a job |
updateEndpoint | Update endpoint config |
archiveEndpoint | Archive an endpoint |
pauseResumeEndpoint | Pause/unpause endpoint |
| Tool | Description |
|---|---|
applyIntervalHint | Suggest new interval |
scheduleOneShot | Trigger immediate run |
clearHints | Remove pending hints |
resetFailures | Reset failure count |
| Tool | Description |
|---|---|
listEndpointRuns | Get execution history |
getRunDetails | Get specific run details |
getEndpointHealth | Get health summary |
getDashboardStats | Get account-wide stats |
The server bundles comprehensive docs as MCP resources — concepts, recipes, API reference, troubleshooting, and self-hosting guides. AI assistants read these automatically to answer questions about Cronicorn.
For conversational examples and detailed tool call walkthroughs, see the full docs.
Use @latest tag to always get the newest version:
{
"mcpServers": {
"cronicorn": {
"command": "npx",
"args": ["-y", "@cronicorn/mcp-server@latest"]
}
}
}
| Variable | Default | Description |
|---|---|---|
CRONICORN_API_URL | https://cronicorn.com/api | API base URL |
CRONICORN_WEB_URL | https://cronicorn.com | Web UI URL |
# From monorepo root
pnpm install
pnpm --filter @cronicorn/mcp-server build
pnpm --filter @cronicorn/mcp-server dev
"No credentials found" - Delete ~/.cronicorn/credentials.json and re-authenticate.
Browser doesn't open - Manually visit the URL shown in terminal.
"Invalid grant" error - Token revoked. Delete credentials and re-authenticate.
FAQs
MCP server for Cronicorn - enables AI agents to manage cron jobs via Model Context Protocol
The npm package @cronicorn/mcp-server receives a total of 49 weekly downloads. As such, @cronicorn/mcp-server popularity was classified as not popular.
We found that @cronicorn/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.