MCPServers
M

MCP TODO Checklist Server

3
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

Show details of a specific checklist. Parameters: listTitle (string)

todo_complete

Mark a task as completed. Parameters: listTitle (string), taskTitle (string)

Last Updated: April 8, 2025

社区评论

0.0
0 条评论
5
0
4
0
3
0
2
0
1
0

暂无评论. 成为第一个评论的人!

登录以参与讨论

Try it now in
HighlightHighlight AI

语言

TypeScript

分类

标签