enesbasbug/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 production-ready Model Context Protocol (MCP) server for managing todo lists, accessible via HTTP (SSE transport) or stdio transport for AI-powered task management.
Tools
Functions exposed to the LLM to take actions
create_todo
Create a new todo with title, description, and priority.
list_todos
List todos with filtering options.
get_todo
Get detailed information about a specific todo.
update_todo
Update todo title, description, or priority.
complete_todo
Mark a todo as completed.
complete_todo_by_number
Complete a todo by its position.
uncomplete_todo
Mark a todo as pending.
delete_todo
Delete a specific todo.
clear_completed_todos
Delete all completed todos.
get_todo_stats
Get statistics about your todos.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client