T

TaskManager

1-Click Ready

Manage and execute tasks efficiently with MCP TaskManager in a queue-based system. This server suppo...

233 views
10 installs
Updated Sep 14, 2025
Audited
Manage and execute tasks efficiently with MCP TaskManager in a queue-based system. This server supports planning by accepting and organizing task lists, and execution by delivering tasks one at a time with feedback on completion. It tracks tasks via unique IDs, ensuring smooth workflow coordination through clear stages: planning, executing, and completing. Designed for integration with MCP clients like Claude Desktop, TaskManager simplifies complex task handling and improves automation by providing structured task queues and real-time updates. Its straightforward action parameters allow easy control over task flow, making it a powerful tool for effective task management.

Tools

1 / 2

request_planning

Register a new user request and plan its associated tasks. You must provide 'originalRequest' and 'tasks', and optionally 'splitDetails'. This tool initiates a new workflow for handling a user's requ...

get_next_task

Given a 'requestId', return the next pending task (not done yet). If all tasks are completed, it will indicate that no more tasks are left and that you must wait for the request completion approval. ...

mark_task_done

Mark a given task as done after you've completed it. Provide 'requestId' and 'taskId', and optionally 'completedDetails'. After marking a task as done, a progress table will be displayed showing the ...

approve_task_completion

Once the assistant has marked a task as done using 'mark_task_done', the user must call this tool to approve that the task is genuinely completed. Only after this approval can you proceed to 'get_next...

approve_request_completion

After all tasks are done and approved, this tool finalizes the entire request. The user must call this to confirm that the request is fully completed. A progress table showing the final status of all...

Quick Start

More for Productivity

View All →

More for Project Management

View All →

Similar MCP Servers