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
- Open and edit the Claude Desktop configuration file.
- Add TaskManager commands to the configuration.
For Developers
Prerequisites
- Node.js 18+
- Claude Desktop
- tsx
Installation and Development
- Clone the repository and build the project.
- 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 stringstaskId
: Task identifiergetNext
: Boolean flag