todo-mcp-server

48hour-solutions/todo-mcp-server

3.3

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 TypeScript MCP server that provides AI agents with task management capabilities, enabling the creation, organization, and management of ordered task lists.

Tools

Functions exposed to the LLM to take actions

create_todo

Create a new todo item with title and optional description.

get_todo

Retrieve a specific todo item by ID.

get_todos

Get all todos with optional status filtering.

get_next_todo

Get the next priority todo item.

update_todo

Update an existing todo item.

complete_todo

Mark a todo item as completed.

delete_todo

Delete a todo item.

get_todo_stats

Get statistics about todo items.

clear_all_todos

Clear all todo items.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources