jvhy/tasks-mcp
If you are the rightful owner of tasks-mcp 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.
A Model Context Protocol server that provides simple to-do task management tools.
Tools
Functions exposed to the LLM to take actions
create_new_task
Create a new task with specified details.
mark_task_as_completed
Mark a task as completed.
cancel_task
Cancel an existing task.
reopen_task
Reopen a previously closed task.
reschedule_task
Change the scheduled date and time of a task.
reprioritize_task
Change the priority level of a task.
list_tasks
List all tasks.
search_tasks_by_keywords
Search tasks using specific keywords.
filter_tasks_by_datetime
Filter tasks based on scheduled datetime.
filter_tasks_by_status
Filter tasks based on their status.
filter_tasks_by_priority
Filter tasks based on their priority level.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client