phildougherty/claudecron
3.2
If you are the rightful owner of claudecron and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
Claudecron is an MCP server designed to automate tasks within Claude Code, enabling users to schedule and trigger various actions based on events or file changes.
Tools
Functions exposed to the LLM to take actions
claudecron_add_task
Create a new task.
claudecron_list_tasks
List all tasks.
claudecron_get_task
Get task details.
claudecron_update_task
Update a task.
claudecron_delete_task
Delete a task.
claudecron_run_task
Manually run a task.
claudecron_list_executions
See execution history.
claudecron_get_execution
Get execution details.
claudecron_get_execution_progress
Check running task status.
claudecron_trigger_hook
Manually trigger a hook for testing.
claudecron_get_tool_analytics
Get usage statistics.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client