mrgoonie/todo-mcp
3.2
If you are the rightful owner of todo-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 for managing todo lists and items with Discord webhook notifications, built with Bun and TypeScript.
Tools
Functions exposed to the LLM to take actions
createTodoList
Create a new todo list
getTodoList
Get a todo list by ID
getAllTodoLists
Get all todo lists
updateTodoList
Update a todo list
deleteTodoList
Delete a todo list
createTodoItem
Create a new todo item
getTodoItem
Get a todo item by ID
searchTodoItems
Search and filter todo items
updateTodoItem
Update a todo item
markTodoDone
Mark a todo item as completed
deleteTodoItem
Delete a todo item
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client