Loading...
npm install -g mcp-server-taskwarrior{
"mcpServers": {
"taskwarrior": {
"command": "npx",
"args": [
"-y",
"mcp-server-taskwarrior"
]
}
}
}get_next_tasksRetrieves a list of pending tasks, optionally filtered by project and tags.
Read-only operation, no modification of data.
add_taskAdds a new task to TaskWarrior with a description, due date, priority, project, and tags.
Adds new data, but does not modify existing tasks.
mark_task_doneMarks a task as completed using its ID or UUID.
Modifies the state of a task, but is generally non-destructive.
This server provides a convenient interface to TaskWarrior, but its reliance on local execution and unstable IDs introduces moderate risks. It's relatively safe for personal use, but caution is advised when integrating it into more complex or shared environments.