todo-mcp-server

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 simple MCP (Model Context Protocol) server for managing todo items with SQLite database storage.

The Todo MCP Server is a lightweight server application designed to manage todo items using the Model Context Protocol (MCP). It leverages SQLite for data storage, ensuring a simple and efficient way to handle todo lists. The server allows users to add, list, and remove todo items, making it a practical tool for personal task management. The server is built using TypeScript and utilizes the better-sqlite3 library for database operations, ensuring fast and reliable data handling. The MCP SDK is employed for the server implementation, providing a robust framework for managing model contexts.

Features

  • Add new todo items
  • List all todo items
  • Remove todo items by ID

Tools

  1. add-todo

    Adds a new todo item to the list.

  2. get-todos

    Lists all todo items.

  3. remove-todo

    Removes a todo item by its ID.