akasharora963/todo-mcp-server
If you are the rightful owner of todo-mcp-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.
A Model Context Protocol (MCP) implementation of a simple To Do list manager that provides basic CRUD operations through MCP tools.
Tools
Functions exposed to the LLM to take actions
add-todo
Add a new To Do item with parameters {text: string}
and returns a success message with assigned ID.
get-todos
Retrieve all To Do items and returns a formatted list of all items or an empty state message.
remove-todo
Remove a To Do item with parameters {id: number}
and returns a success message on removal or an error if ID not found.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client