todo-list-mcp
14
The Todo List MCP Server is an educational tool demonstrating the implementation of a Model Context Protocol (MCP) server to manage todo items. It features task creation, modification, completion, and deletion, along with search and summarization capabilities.
create-todo
Create a new to-do list
list-todos
List all to-do items
get-todo
Get specific to-dos with ID
update-todo
Update the title or description of the to-do item
complete-todo
Mark the to-do item as completed
delete-todo
Delete to-do items
search-todos-by-title
Search for to-do by title (case-insensitive partial match)
search-todos-by-date
DD)
list-active-todos
List all unfinished to-do items
summarize-active-todos
Generate a summary of all active (unfinished) to-do items