mcp-server-taskwarrior
14
TaskWarrior MCP Server is a Node.js server supporting Model Context Protocol for managing tasks through TaskWarrior. It allows viewing, filtering, adding, and completing tasks using the server API, suited for integration with task management systems.
What is required to run the TaskWarrior MCP Server?
You need to have TaskWarrior installed and configured on your system, as the server runs the local 'task' binary.
How does the server identify tasks?
Currently, the server uses task IDs, which are unstable as TaskWarrior may renumber tasks. Future updates aim to use task UUIDs.
Can I filter tasks by project and tags?
Yes, the server allows filtering tasks by project name and tags using the 'get_next_tasks' tool.
How do I add a new task with a high priority?
Use the 'add_task' tool with the 'priority' option set to 'H' for high priority.
Is there a specific license for the TaskWarrior MCP Server?
Yes, the server is licensed under the MIT License.