folathecoder/todo-mcp-server
3.2
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 dayong@mcphub.com.
This project is a Node.js + TypeScript application that provides a Todo management system with both REST API and Model Context Protocol (MCP) server, plus an intelligent AI chat agent powered by OpenAI.
Tools
Functions exposed to the LLM to take actions
create_todo
Create a new todo with title, priority, due date, assignee
get_todos
Get all todos
get_todo
Get a specific todo by ID
update_todo
Update todo fields
delete_todo
Delete a todo
get_current_datetime
Get current date/time (helps with due dates)
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client