Provides task management capabilities including status tracking, dependency resolution, and next task discovery based on preconditions and priorities
task-manager-mcp
A lightweight MCP (Model Context Protocol) server for task management with intelligent status tracking and next task discovery based on preconditions.
Features
- Task Status Management: Set and track task status with support for subtasks
- Smart Task Discovery: Find the next executable task based on priorities and dependencies
- Precondition Checking: Automatic validation of task dependencies before execution
- Flexible Configuration: Configure via task JSON files with customizable structure
- Standalone: No external dependencies, ready for independent deployment
Quick Start
⚠️ Important: /task-manager-mcp:get-task-rules
(MCP) is the main entry point for the entire MCP system to function properly. Start with this prompt to get comprehensive guidance for all task management operations.
Installation
MCP Client Configuration
Cursor IDE Configuration
Add the following configuration to your .cursor/mcp.json
file:
Task Configuration Format
Your task configuration file should follow this structure:
Field Value Enumerations
- status:
pending
,done
,in-progress
,review
,deferred
,cancelled
- priority:
low
,medium
,high
Field Descriptions
- description: Brief description of the task or subtask
- details: Detailed explanation or file path for task/subtask requirements (supports path format for referencing external documents)
Available Tools
set_task_status
Update the status of one or more tasks or subtasks.
Parameters:
identifier
: Task key or number (supports comma-separated multiple values)status
: New status (pending|done|in-progress|review|deferred|cancelled)
next_task
Find the next executable task based on priorities and preconditions.
Returns the highest priority task that has all dependencies satisfied.
initialize_tasks
Initialize project by resetting all tasks and subtasks status to "pending" and result to empty string.
This tool will:
- Reset all task and subtask
status
fields to"pending"
- Reset all task and subtask
result
fields to empty string""
- Save the updated configuration automatically
No parameters required.
Available MCP Prompts
get-task-rules
Retrieves complete task management system rules and guidelines with dynamic configuration replacement.
This prompt provides comprehensive documentation for task management operations, automatically replacing configuration placeholders with values from your task configuration file.
Usage: Use /task-manager-mcp:get-task-rules
(MCP) and follow the provided instructions to execute task management operations.
⚠️ Important: /task-manager-mcp:get-task-rules
(MCP) is the main entry point for the entire MCP system to function properly. Start with this prompt to get comprehensive guidance for all task management operations.
Related Projects
This project draws inspiration from claude-task-master by @eyaltoledano, a comprehensive AI-powered task management system for development with Claude.
Key Differences
While both projects focus on task management for AI-driven development, this task-manager-mcp
project has a different scope:
Feature | claude-task-master | task-manager-mcp |
---|---|---|
Architecture | Full-featured CLI tool with AI integration | Lightweight MCP server focused on protocol compliance |
Scope | Complete task management ecosystem with PRD parsing, AI research, and code generation | Core task status tracking and dependency resolution |
AI Integration | Built-in support for multiple AI providers (Claude, OpenAI, Gemini, etc.) | Protocol-agnostic, works with any MCP-compatible AI client |
Dependencies | Rich feature set with external API dependencies | Standalone with minimal dependencies |
Target Use Case | End-to-end project management and AI-assisted development | Simple task tracking service for integration into existing workflows |
When to Choose Which
- Choose claude-task-master if you want a complete AI-powered development workflow with PRD parsing, research capabilities, and direct AI integration
- Choose task-manager-mcp if you need a lightweight, protocol-compliant task management service that integrates with your existing MCP setup
Both projects complement each other in the ecosystem of AI-assisted development tools.
License
ISC
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
Enables intelligent task management with status tracking, dependency resolution, and automatic next task discovery based on preconditions and priorities. Supports hierarchical task structures with subtasks and flexible JSON-based configuration.
Related MCP Servers
- AsecurityAlicenseAqualityProvides API access to a locally-hosted task management system with features for creating, updating, and organizing tasks, including support for urgency levels, effort estimates, subtasks, and bi-directional sync with Obsidian markdown files.Last updated -128MIT License
- AsecurityAlicenseAqualityEnables AI agents to break down complex tasks into manageable pieces using a structured JSON format with task tracking, context preservation, and progress monitoring capabilities.Last updated -153886MIT License
- -securityAlicense-qualityAI-driven task management application that operates via MCP, enabling autonomous creation, organization, and execution of tasks with support for subtasks, priorities, and progress tracking.Last updated -2MIT License
- AsecurityAlicenseAqualityProvides AI assistants with a hierarchical task management system that maintains focus and context across complex problem-solving sessions, solving context window limitations through organized task structures.Last updated -124GPL 3.0