prakashm88/mcp-todo-server
3.2
If you are the rightful owner of mcp-todo-server 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.
This project is a simple MCP server that manages a todo list using the Model Context Protocol TypeScript SDK.
Tools
Functions exposed to the LLM to take actions
createTodo
Creates new todo items with validation and returns the created todo with a unique ID.
listTodos
Lists all todos or filters by completion status, supporting real-time updates.
updateTodo
Updates todo completion status and returns updated todo information.
deleteTodo
Removes todos by ID and provides completion confirmation.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client