Todo List MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
create-todo

Create a new todo item

list-todos

List all todos

get-todo

Get a specific todo by ID

update-todo

Update a todo title or description

complete-todo

Mark a todo as completed

delete-todo

Delete a todo

search-todos-by-title

Search todos by title (case insensitive partial match)

search-todos-by-date

Search todos by creation date (format: YYYY-MM-DD)

list-active-todos

List all non-completed todos

summarize-active-todos

Generate a summary of all active (non-completed) todos