mcp-cron
活跃·★ 21·NOASSERTION·更新于 2026-05-22
★ 时下流行★ 工作流自动化★ 提示词工程
基于模型上下文协议(MCP)的服务器,用于通过标准化API调度和管理任务。
MCP Cron 是一个使用cron表达式调度shell命令或AI任务的服务器。它通过MCP协议提供任务管理工具,支持SQLite持久化任务,并确保多实例安全。服务器支持HTTP或stdio传输模式。
#Anthropic#自动化#Claude
基于模型上下文协议(MCP)的服务器,用于通过标准化API调度和管理任务。
MCP Cron 是一个使用cron表达式调度shell命令或AI任务的服务器。它通过MCP协议提供任务管理工具,支持SQLite持久化任务,并确保多实例安全。服务器支持HTTP或stdio传输模式。
Scheduling and running shell commands and AI prompts via MCP is a useful automation layer.
Good for AI workflows that need time-based triggering without external cron infrastructure.
Works reliably for the common scheduled automation use cases.
Shell command and AI prompt scheduling in one server is a clean combination.