Open Source Task Manager

Claudia

Task manager for Claude

  • MCP server integration
  • Hierarchical task trees
  • Sprint management
  • Context persistence across sessions
$ claudia task create --title "Build API"
✓ Task created: abc123
$ claudia task list
IDSTATUSPRITITLE
abc123pendingp1Build API
def456donep2Setup DB

Everything you need

Powerful features for managing tasks with Claude

Built for Claude

MCP server integration lets Claude manage tasks directly. Works with Claude Code, Claude Desktop, and API.

Task Hierarchy

Break down projects into subtasks. Parent-child relationships for organized workflows.

Sprint Management

Group tasks into sprints. Track progress and manage deadlines effectively.

Dependencies

Define task dependencies. Automatic blocking ensures correct execution order.

Multi-Agent

Atomic task claiming. Multiple agents can collaborate without conflicts.

Multi-Project

Support for multiple projects. Auto-detection based on working directory.

Beautiful Dashboard

Visual kanban board and sprint management

Task Board

Claudia Tasks View - Kanban board showing tasks in Pending, In Progress, Blocked, and Completed columns

Sprint Management

Claudia Sprints View - Sprint cards organized by Planning, Active, and Completed status

Launch the dashboard with:

claudia @@

Get started in seconds

Install globally and start managing tasks

1
Install the CLI
Terminal
npm install -g claudia-cli
2
Create your first task
Terminal
claudia task create --title "My first task" --priority p1
3
View your tasks
Terminal
claudia task list
MCP Integration

Works with Claude

Add Claudia as an MCP server and let Claude manage your tasks. Works with Claude Code, Claude Desktop, and any MCP-compatible client.

  • Create tasks from chat
  • View task status in real-time
  • Automatic project detection
  • Context persists across sessions
~/.claude/claude_desktop_config.json
{ "mcpServers": { "claudia": { "command": "claudia", "args": ["mcp"] } } }

How to use with Claude

Just tell Claude what you need

Example prompts
>"Create a task for implementing user auth"
>"Show me all pending tasks"
>"Mark the auth task as complete"
>"Create a sprint for this week's work"
>"Break down the API task into subtasks"

Quick Commands

!!

Add a task

claudia !! "Implement auth"
??

List pending tasks

claudia ??
bug

Add a bugfix task

claudia bug "Fix Safari login"
feat

Add a feature task

claudia feat "Add dark mode"
@@

Open web dashboard

claudia @@