mcp-taskwarrior-ai
Verified Safeby storypixel
Overview
Provides an AI-native bridge for Taskwarrior, enabling natural language task management, context awareness, and integration with ticket systems for AI agents like Claude Code.
Installation
No command providedSecurity Notes
The server executes local Taskwarrior commands based on AI input. The `task_raw` tool allows for direct execution of arbitrary Taskwarrior commands, which could be a command injection risk if the AI's output is not strictly validated or if used in an untrusted environment. The natural language processing for `task_natural` also requires robust sanitization to prevent shell injection, though no explicit 'eval' or network risks beyond local command execution are apparent. It reads local project and ticket-related files.
Similar Servers
Delphi-MCP-Server
Implements the Model Context Protocol (MCP) in Delphi to enable AI-powered development workflows and integrate with clients like Claude Code.
mcp-todoist
Connects Claude with Todoist for comprehensive task and project management through natural language, acting as an AI assistant for productivity.
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.
claude-todo-emulator
Provides persistent task management for AI coding assistants within IDEs like Cursor and Windsurf by emulating Claude Code's todo system.