Todo MCP Server
JSON →A Todo and Task Manager server for creating, updating, and managing tasks, using a SQLite database.
Install
npx @modelcontextprotocol/inspector Tools · 7
- create_todo Create new todos with title, description, priority, due date, and tags
- update_todo Update existing todos (any field)
- delete_todo Delete todos by ID
- complete_todo Mark todos as completed
- list_todos List todos with filtering (completion status, priority, tag, limit)
- search_todos Search todos by title, description, or tags
- get_todo_stats Get comprehensive todo statistics
Links
★ 1 GitHub stars