F
licenseNot graded
qualityB
maintenanceA lightweight task management MCP server that enables CRUD operations on tasks stored in a single JSON file, including listing, creating, updating progress, and setting priorities.
153 npm
-
No user-submitted related servers found.
Scored across 3 tools
Each tool has a distinct purpose: listing tasks, marking as completed, and deleting. No overlap in functionality.
All tools follow a consistent verb_noun pattern using snake_case: list_tasks, complete_task, delete_task.
Three tools is a reasonable minimal set for a simple task manager, though it could be slightly expanded.
Missing essential operations like create_task and update_task, leaving a significant gap that prevents full task lifecycle management.