awwaiid/mcp-server-taskwarrior
An MCP server for basic local taskwarrior usage (add, update, remove tasks)
Quick Start
Clone the repository:
git clone https://github.com/awwaiid/mcp-server-taskwarriorClaude Desktop configuration example:
{
"mcpServers": {
"mcp-server-taskwarrior": {
"command": "npx",
"args": [
"-y",
"awwaiid/mcp-server-taskwarrior"
]
}
}
}Check the repository README for specific installation and configuration instructions.