Back to MCP Servers
Server Taskwarrior
An MCP server for basic local taskwarrior usage (add, update, remove tasks)
other-tools-and-integrations
By awwaiid
Installation
npx -y mcp-server-taskwarriorConfiguration
{
"mcpServers": {
"mcp-server-taskwarrior": {
"command": "npx",
"args": ["-y", "mcp-server-taskwarrior"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes