← Top 100 / Full directory (5,939)

LooperTask

Dev Tools Local Official Top 100 15 tools

LooperTask is a Kanban board built for AI agents. Agents like Claude Code and Cursor connect via MCP and create, update, and move tasks as native tool calls. Human review gates keep you in control, real-time updates keep the board live, and MCP tool calls are unlimited on every plan.

How to connect

1
Get started
Open https://loopertask.com/docs/quickstart for documentation and connection details.

Tools

(15)
  • list_projects

    List all loopertask projects visible to your API token

  • my_today

    Your open assigned tasks across every project, grouped by project, each flagged overdue / due-today / needs-attention

  • list_columns

    List a project's kanban columns (id, name, ai_blocked flag)

  • list_types_and_priorities

    List a project's task types and priorities

  • list_tasks

    List tasks in a project with optional filters (column, assignee, tags, free-text search)

  • get_task

    Full detail for one task, including its comments, attachments and activity log

  • create_task

    Create a new task in a project

  • update_task

    Patch an existing task's fields (title, description, type, priority, assignee, deadline)

  • move_task

    Move a task to another column and/or reorder it

  • add_task_blocker

    Mark a task as blocked by (depending on) another task

  • remove_task_blocker

    Remove a task-to-task dependency

  • add_comment

    Post a Markdown comment (supports @-mentions) on a task

  • upload_attachment

    Attach a file (base64) to a task

  • claim_next_task

    Claim the next queued task assigned to you — the core AI worker loop

  • request_human_review

    Move a task to the «Needs Human» column with a comment

Related servers