Odel
Cronicorn

Cronicorn

Local
@weskerllc3TypeScriptUpdated 6mo ago

Manage adaptive cron jobs and HTTP endpoint scheduling via AI assistants.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@cronicorn/mcp-serverv1.25.0

Run

npx -y @cronicorn/mcp-server

MCP client config

{
  "mcpServers": {
    "cronicorn": {
      "command": "npx",
      "args": [
        "-y",
        "@cronicorn/mcp-server"
      ]
    }
  }
}