An MCP server for a simple todo list
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
A Flask server implementation of the Simple Todo API defined in acmetodo.yaml.
The server will start on http://localhost:5000
GET /todos - List all todosPOST /todos - Create a new todoGET /todos/{id} - Get a specific todoPUT /todos/{id} - Replace a todoPATCH /todos/{id} - Update a todoDELETE /todos/{id} - Delete a todoTodos have the following structure:
id (integer, read-only) - Unique identifiertitle (string, required) - Todo titlecompleted (boolean, default: false) - Completion statusdueDate (string, optional) - Due date in YYYY-MM-DD formatShowcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/acme-todo)<a href="https://allmcps.com/mcp/acme-todo"><img src="https://allmcps.com/api/badge/acme-todo?style=directory" alt="Acme Todo on AllMCPs" /></a>