mcp-taskmanager

mcp-taskmanager

84

MCP TaskManager is a Model Context Protocol server designed for task management, allowing integration with Claude Desktop to handle tasks in a queue. It supports task planning and execution phases to streamline workflow management.

MCP TaskManager

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

Quick Start (For Users)

Prerequisites

  • Node.js 18+
  • Claude Desktop

Configuration

  1. Open and edit the Claude Desktop configuration file.
  2. Add TaskManager commands to the configuration.

For Developers

Prerequisites

  • Node.js 18+
  • Claude Desktop
  • tsx

Installation and Development

  1. Clone the repository and build the project.
  2. Modify the Claude Desktop config to integrate TaskManager.

Available Operations

Planning Phase

  • Accepts and queues tasks.
  • Provides an execution plan.

Execution Phase

  • Returns next task and allows task completion.

Parameters

  • action: "plan", "execute", "complete"
  • tasks: Array of task strings
  • taskId: Task identifier
  • getNext: Boolean flag