Most task apps feel like filing taxes.
taskd is a task management app for individuals and teams. Create projects, track tasks with status and priority, add subtasks, leave comments — and nothing else.
What you get
- Projects — Organize work into projects with role-based access.
- Tasks — Status, priority, due dates. Open, In Progress, Pending, Done, Abandoned.
- One level of subtasks — Break tasks down one level deep. Deliberately.
- Labels — Tag your tasks with labels scoped to each project.
- Comments & history — Leave notes, see what changed and when.
- Works with your AI — A built-in MCP server. Claude, Cursor, or any compatible agent can read, create, and update your tasks.
Connect your AI
Point Claude, Cursor, or any MCP client at your tasks. Generate an API token in the app, then add this to your Claude Code or Claude Desktop config:
{
"mcpServers": {
"taskd": {
"type": "http",
"url": "https://taskd.sh/mcp",
"headers": {
"Authorization": "Bearer tk_YOUR_TOKEN"
}
}
}
}
MCP endpoint: https://taskd.sh/mcp
Not included
- Kanban boards
- Gantt charts
- Burndown charts
- AI suggestions in your face
- 14-step onboarding
- Integrations catalog
- Workflow automations
- Dashboard widgets