idsulik/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 simple Todo application built using MCP (Model Context Protocol) Server for testing and demonstrating MCP interactions.
Tools
Functions exposed to the LLM to take actions
add_todo
Add a TODO item.
remove_todo
Remove a TODO item.
clear_todo
Clear all TODO items.
Prompts
Interactive templates invoked by user choice
create_task
Create a structured todo task with metadata.
Args:
task_name: The name/description of the task
priority: Task priority (low, medium, high)
due_date: When the task is due (optional)
Resources
Contextual data attached and managed by the client
todo://list
URI: todo://list
MIME: text/plain
null