chaitanya14/todo_manager_mcp_1
3.1
If you are the rightful owner of todo_manager_mcp_1 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.
The Todo MCP Server is a specialized server designed to manage todo items using the Model Context Protocol, providing a structured and efficient way to handle task management.
Todo MCP Server
Description
A server for managing todo items using the Model Context Protocol.
Installation
- Clone the repository.
- Install the dependencies using
pip install -r requirements.txt.
Usage
Run the server with python -m todo_mcp_server.
API Endpoints
POST /todos- Add a new todo item.GET /todos- List all todo items or filter by status.PUT /todos/{id}- Mark a todo item as completed.