Skip to main content
Other Tools and IntegrationsTypeScript

awwaiid/mcp-server-taskwarrior

An MCP server for basic local taskwarrior usage (add, update, remove tasks)

other-tools-and-integrationslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/awwaiid/mcp-server-taskwarrior

Claude 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.

Details

Category
Other Tools and Integrations
Language
TypeScript
Author
awwaiid