Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Taskwarrior MCP Serverlist all tasks in my Work project that are due this week"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Taskwarrior MCP Server
An MCP (Model Context Protocol) server that enables AI assistants to interact with Taskwarrior, the powerful command-line task management tool.
Features
Full Taskwarrior Integration: List, create, modify, complete, and delete tasks
Project & Tag Management: Organize tasks with projects and tags
Annotations: Add notes and context to tasks
Filtering: Use Taskwarrior's powerful filter expressions
Multiple Output Formats: Get responses in Markdown or JSON
Prerequisites
Python 3.10 or higher
Taskwarrior installed and available in your PATH
Installing Taskwarrior
Installation
From PyPI (recommended)
From Source
Configuration
Claude Desktop
Add to your Claude Desktop configuration file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Claude Code CLI
Add to your ~/.claude/settings.json:
Using uvx (no installation required)
Available Tools
Tool | Description |
| List tasks with optional filtering |
| Create a new task |
| Mark a task as completed |
| Modify task attributes |
| Delete a task |
| Get detailed info about a task |
| Add a note to a task |
| Start working on a task |
| Stop working on a task |
| List all projects |
| List all tags |
| Undo the last operation |
| Get task statistics |
Usage Examples
Once configured, you can interact with Taskwarrior through your AI assistant:
"What tasks do I have?"
"Add a task to review the quarterly report with high priority"
"Show me all tasks in the work project"
"Complete task 5"
"What's due this week?"
Development
Setup
Running Tests
Code Quality
License
MIT License - see LICENSE for details.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.