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.
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).
{
"tools": {
"taskmanager": {
"command": "npx",
"args": ["-y", "@kazuph/mcp-taskmanager"]
}
}
}