AnthonyAltieri/mcp-server-todo-list
3.2
If you are the rightful owner of mcp-server-todo-list and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The MCP Todo Server is a Model Context Protocol server that provides todo list management functionality using SQLite and Drizzle ORM.
Tools
Functions exposed to the LLM to take actions
create_todo
Create a new todo item.
list_todos
List todos with optional filtering.
get_todo
Get a specific todo by its ID.
update_todo
Update an existing todo.
delete_todo
Delete a todo by its ID.
complete_todo
Mark a todo as completed.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client