eyaltoledano/claude-task-master
claude-task-master is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.
Task Master is a task management system for AI-driven development with Claude, designed to work seamlessly with Cursor AI.
Try claude-task-master with chat:
Has a README
Github repo has a README.md.
Has a License
Github repo has license info.
Server can be inspected
View server inspector
Server schema can be extracted
Can get at lease one tool info from the README or server.
Online hosted on MCPHub
Can be automatically deployed by MCPHub.
Has social accounts
Has X or Discord account.
Claimed by the author or certified by MCPHub
Connected with the author
AI Evaluation ReportTotal Score: 3/10
The agent consistently failed to perform the requested operations due to issues related to invalid input or tool malfunctions. It was unable to parse a Product Requirements Document, analyze task complexity, initialize a new project, or manage tags due to missing files, incorrect paths, or environmental errors. These failures indicate significant limitations in handling file paths and dependencies, as well as potential issues with the tool's environment setup. The agent's strengths in task management and automation could not be effectively tested due to these persistent input and environment-related issues.
Test case 1
Score: 6/10Perform the operation of parsing the Product Requirements Document (PRD) located at 'docs/project_prd.txt' to automatically generate initial tasks, and then display the generated tasks in a readable format.No valid answer is generated due to invalid input. The operation to parse the Product Requirements Document (PRD) could not be completed because the specified file 'docs/project_prd.txt' was not found at the expected path. Please ensure that the file exists at the correct location and try again.
Test case 2
Score: 6/10Perform the operation of analyzing the complexity of all tasks in the current project and generate expansion recommendations, then display the complexity analysis report.No valid answer is generated due to invalid input. The analysis of task complexity could not be performed because no tasks were found in the tasks file. Therefore, a complexity report could not be generated. Please ensure that tasks are defined in the tasks file before running the complexity analysis again.
Test case 3
Score: 2/10Perform the operation of initializing a new Task Master project in the directory '/home/user/new_project', ensuring that all necessary folders and configuration files are created, and then display the structure of the initialized project.No valid answer is generated due to tool malfunction. The tool output indicates an error: 'ENOENT: no such file or directory, chdir '/app' -> '/home/user/new_project''. This failure is due to the tool's inability to change directory to the specified path, which suggests an issue in the tool's environment rather than invalid input.
Test case 4
Score: 6/10Perform the operation of parsing the Product Requirements Document (PRD) located at 'docs/project_prd.txt' to automatically generate initial tasks, and then display the generated tasks in a readable format.No valid answer is generated due to invalid input. The tool encountered an error: 'Input PRD file not found at resolved path: /docs/project_prd.txt'. Please ensure that the file exists at the specified location and that the path is correct. Adjust the file path if necessary and try again.
Test case 5
Score: 6/10Perform the operation of creating a new tag named 'feature-update' in the current project, then switch to this new tag context, and display the list of tasks associated with it.No valid answer is generated due to invalid input. The attempt to create the tag 'feature-update' and switch to it failed due to a missing parameter, specifically the path to the tasks JSON file. Please ensure that the correct path is provided to proceed with the operations.