LogoSTMCP
Download
MCP TaskManager

MCP TaskManager

Model Context Protocol server for Task Management. This allows Claude Desktop (or any MCP client) to manage and execute tasks in a queue-based system.

Tools

1. task_management

Manage and execute tasks in a queue-based system with three main operations: plan (accepts task list and stores as queue), execute (returns next task from queue), and complete (removes completed tasks and prepares next task).

JSON Config

{
  "tools": {
    "taskmanager": {
      "command": "npx",
      "args": ["-y", "@kazuph/mcp-taskmanager"]
    }
  }
}

Useful Links

Information

  • Author@kazuph
  • Published date2025/07/13

Categories