MCPServers
TaskManager - MCP server logo

TaskManager

4
0

Summary

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.

Available Actions(3)

plan

Accepts a task list and stores tasks internally as a queue. Parameters: tasks (array of strings, required)

execute

Returns the next task from the queue when requested. Parameters: getNext (boolean, optional)

complete

Removes a completed task from the queue. Parameters: taskId (string, required)

Last Updated: April 17, 2025

커뮤니티 리뷰

0.0
0 리뷰
5
0
4
0
3
0
2
0
1
0

아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!

대화에 참여하려면 로그인하세요

Coming soon to
HighlightHighlight AI

언어

TypeScript

카테고리

태그