M
MCP TODO Checklist Server
3
6
0
Summary
A server that implements a checklist management system with features like task creation, progress tracking, data persistence, and item comments.
Available Actions(5)
todo_create
Create a new checklist. Parameters: title (string), description (optional string)
todo_add
Add a task to a checklist. Parameters: listTitle (string), taskTitle (string), priority (string), dueDate (string), tags (array of strings)
todo_list
List all checklists.
todo_show
View details of a checklist. Parameters: listTitle (string)
todo_complete
Mark a task as completed. Parameters: listTitle (string), taskTitle (string)
Last Updated: April 8, 2025
Community Reviews
0.0
0 reviews
5
0
4
0
3
0
2
0
1
0
No reviews yet. Be the first to review!
Sign in to join the conversation