todo-list-mcp
If you are the rightful owner of todo-list-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 henry@mcphub.com.
A Model Context Protocol (MCP) server that provides a comprehensive API for managing todo items.
create-todo
Create a new todo item
list-todos
List all todos
get-todo
Get a specific todo by ID
update-todo
Update a todo's title or description
complete-todo
Mark a todo as completed
delete-todo
Delete a todo
search-todos-by-title
Search todos by title (case-insensitive partial match)
search-todos-by-date
Search todos by creation date (format: YYYY-MM-DD)
list-active-todos
List all non-completed todos
summarize-active-todos
Generate a summary of all active (non-completed) todos