Xczer/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 comprehensive Todo/Task Manager MCP Server built with Node.js, TypeScript, and SQLite, providing tools, resources, and prompts for managing todos through Claude and other MCP-compatible clients.
Tools
Functions exposed to the LLM to take actions
create_todo
Create new todos with title, description, priority, due date, and tags
update_todo
Update existing todos (any field)
delete_todo
Delete todos by ID
complete_todo
Mark todos as completed
list_todos
List todos with filtering (completion status, priority, tag, limit)
search_todos
Search todos by title, description, or tags
get_todo_stats
Get comprehensive todo statistics
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client