The MCP TaskManager server enables Claude Desktop to manage and execute tasks in a queue-based system. Developed by kazuph, it provides a structured approach to task management with two main phases: planning (accepting task lists and storing them as a queue) and execution (retrieving, completing, and tracking tasks). The implementation uses Cloudflare Workers with KV storage for persistence and offers tools for creating task plans, tracking progress with visual tables, approving completions, and managing task lifecycles. This server is particularly useful for breaking down complex requests into manageable steps, maintaining context across conversations, and ensuring methodical completion of multi-step workflows.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Register a new user request and plan its associated tasks.
Get the next pending task for a request.
Mark a task as completed with optional details.
Approve a completed task.
Approve the completion of an entire request.
Add new tasks to an existing request.
Update task title or description (only for pending tasks).
Remove a task from a request.
Get detailed information about a specific task.
List all requests with their current status and progress.