Submit

TaskFlow MCP 🔄✅

@pinkpixel-dev

A task management Model Context Protocol (MCP) server that helps AI assistants break down user requests into manageable tasks with subtasks, dependencies, and notes. Enforces a structured workflow with user approval steps.

Tools

plan_task

get_next_task

mark_task_done

open_task_details

list_requests

add_tasks_to_request

update_task

delete_task

add_subtasks

mark_subtask_done

update_subtask

delete_subtask

export_task_status

add_note

update_note

delete_note

add_dependency

Server Config

{
  "mcpServers": {
    "taskflow": {
      "command": "npx",
      "args": [
        "-y",
        "@pinkpixel/taskflow-mcp"
      ],
      "env": {
        "TASK_MANAGER_FILE_PATH": "/path/to/tasks.json"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.