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.

What are the prerequisites for using MCP TaskManager?

You need Node.js 18+ and Claude Desktop installed on your system.

How do I install MCP TaskManager for development?

Clone the repository, navigate to the directory, and run npm install followed by npm run build.

What actions are supported by MCP TaskManager?

The supported actions are 'plan', 'execute', and 'complete'.

How does the execution phase work?

In the execution phase, the next task is returned from the queue, and completed tasks are removed.

Can I use MCP TaskManager without Claude Desktop?

No, MCP TaskManager is designed to work with Claude Desktop or any compatible MCP client.