loading…
Search for a command to run...
loading…
Cron AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Cron AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Cron AI MCP Server — Cron expression tools.
| Tool | Description |
|---|---|
parse_cron |
Parse a cron expression into its components with validation. |
generate_cron |
Generate a cron expression. Use preset for common schedules: every_5min, every_h |
next_runs |
Calculate next N run times for a cron expression. |
explain_cron |
Explain a cron expression in human-readable English. |
pip install meok-cron-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"cron-ai": {
"command": "python",
"args": ["-m", "meok_cron_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"cron-ai-mcp": {
"command": "npx",
"args": []
}
}
}