
Cron AI MCP
- Updated June 15, 2026
- CSOAI-ORG/cron-ai-mcp
cron-ai-mcp is a MCP server that lets agents interact with cron-oriented AI scheduling over stdio.
About
cron-ai-mcp brings scheduled-job control into the Model Context Protocol so coding agents can reason about recurring work in plain language. Developers running cron on a VPS, a small Kubernetes cluster, or a PaaS often forget jobs until something fails silently; exposing schedule operations as MCP tools can keep changes reviewable in chat and aligned with deploy notes. The published registry entry emphasizes packaging—PyPI identifier cron-ai-mcp, stdio transport—not an enumerated public tool list, so treat the GitHub repository as the authority for exact commands and required secrets. Use it when you already centralize ops tweaks through Claude Code or Cursor and want fewer one-off SSH sessions. It is a bridge layer, not a managed cron SaaS with observability dashboards unless your backing service provides them.
- cron-ai-mcp v1.0.4 stdio MCP server distributed via PyPI
- Designed for agent-driven scheduling workflows from MEOK AI Labs / CSOAI-ORG
- Fits automation of reminders, reports, and maintenance without manual crontab editing
- Model Context Protocol schema 2025-12-11 compliant server manifest
- Source and install path documented via GitHub CSOAI-ORG/cron-ai-mcp
Cron AI MCP by the numbers
- Data as of Aug 10, 2026 (Skillselion catalog sync)
claude mcp add cron-ai-mcp -- uvx cron-ai-mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Package | cron-ai-mcp |
|---|---|
| Transport | STDIO |
| Auth | None |
| Last updated | June 15, 2026 |
| Repository | CSOAI-ORG/cron-ai-mcp ↗ |
What it does
Manage cron-style schedules and recurring jobs through your agent instead of SSHing into servers or clicking host dashboards.
Who is it for?
Best when you're operating your own infra and want MCP-mediated schedule changes during iterate-and-fix sessions.
Skip if: Skip if you need fully managed schedulers (e.g. cloud-native job runners) with no MCP client or no appetite for agent-triggered job changes.
What you get
Once configured, cron-ai-mcp gives your agent a stdio pathway to drive recurring job workflows defined by the upstream cron AI integration.
- Configured cron-ai-mcp stdio server in your agent
- Agent-accessible scheduling operations per server implementation
- Fewer manual crontab edits during production iteration
By the numbers
- Registry version 1.0.4
- Transport type stdio; registryType pypi; identifier cron-ai-mcp
- GitHub repository CSOAI-ORG/cron-ai-mcp
README.md
Cron Ai MCP
MEOK AI Labs MCP Server
MEOK AI Labs MCP Server
🚀 Quick Start
# Install via pip
pip install cron_ai_mcp
# Or install via Smithery
npx -y @smithery/cli@latest install cron-ai-mcp --client claude
✨ Features
- MCP protocol compliant
- Easy installation
- Well-documented API
- Production-ready
- Active maintenance
📖 Documentation
🛡️ Compliance
This MCP server is built with EU AI Act compliance built-in:
- ✅ Article 9 — Risk Management System
- ✅ Article 13 — Transparency & Instructions for Use
- ✅ Article 15 — Bias Detection & Testing
- ✅ Article 26 — FRIA Support (where applicable)
- ✅ Article 50 — AI Content Watermarking (where applicable)
Need help getting compliant? Book a free 15-min diagnostic →
🏢 Enterprise
Need custom development, SLA guarantees, or white-label deployment?
- Pro: $99/mo — Full MCP suite + EU AI Act tracking
- Enterprise: $499/mo — Custom dev + SLA + Dedicated support
View Pricing → | Contact Sales →
🤝 Part of the MEOK Ecosystem
This server is part of the MEOK AI Labs ecosystem — 300+ MCP servers for sovereign AI governance.
| Domain | Purpose |
|---|---|
| councilof.ai | EU AI Act compliance marketplace |
| safetyof.ai | AI safety & monitoring |
| meok.ai | Sovereign AI platform |
| cobolbridge.ai | Legacy modernization |
📜 License
MIT © CSOAI-ORG
Built with 💜 by MEOK AI Labs · UK Companies House 16939677
MIT © [MEOK AI Labs](https://meok.ai)Pairs with MEOK Governance Suite
Build something that touches users? You need compliance. MEOK ships 38 governance MCPs that drop in alongside this tool — EU AI Act, DORA, NIS2, CRA, GDPR, ISO 42001, FDA SaMD, MDR, Basel, MiFID II, MiCA, COPPA, and more.
# One-shot install of the governance pack
npx meok-setup --pack governance
Free tier: 10 calls/day per MCP. Pro tier (£79/mo): unlimited + cryptographically signed compliance attestations your auditor verifies independently.
→ Full catalogue: councilof.ai/catalogue → MEOK AI Labs: meok.ai
💸 Try MEOK in 30 seconds — instant buy ladder
| Tier | Price | What you get | Stripe |
|---|---|---|---|
| Smoke test | £1 | Signed sample MCP-Hardening report + Article 50 PDF | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
| Quick Kit | £9 | EU AI Act Article 50 implementation guide (C2PA + EU-Icon) | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
| Founder Call | £29 | 30-min 1-on-1 with the founder | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
Refundable. UK Stripe — VAT-clean. Builds on the 81-MCP MEOK fleet. Verify any signed report at https://meok.ai/verify.
Configuration
Add to your claude_desktop_config.json (Claude Desktop) or your MCP client config:
{
"mcpServers": {
"cron-ai-mcp": {
"command": "uvx",
"args": ["cron-ai-mcp"]
}
}
}
Or: pip install cron-ai-mcp then run the cron-ai-mcp command (stdio transport).
Examples
Once configured, ask your assistant, for example:
- "Use
parse_cronto …" - "Use
generate_cronto …" - "Use
next_runsto …"
Recommended MCP Servers
How it compares
MCP scheduling integration, not a standalone uptime monitor or a local-only shell alias skill.
FAQ
Who is cron-ai-mcp for?
Developers using MCP agents who need to coordinate cron or recurring jobs through MEOK AI Labs cron AI tooling.
When should I use cron-ai-mcp?
Use it in Operate when defining, reviewing, or adjusting scheduled tasks while staying inside your coding agent workflow.
How do I add cron-ai-mcp to my agent?
Install cron-ai-mcp from PyPI v1.0.4, add a stdio MCP server block in your client config, and follow CSOAI-ORG GitHub setup for credentials and command.