MCP Catalogs
Hometaskflow-mcp screenshot

taskflow-mcp

by pinkpixel-dev·29·Score 44

TaskFlow MCP is a specialized server that helps AI assistants break down user requests into manageable tasks with subtasks, dependencies, and notes.

productivitydeveloper-toolsai-llm
8
Forks
2
Open issues
2 mo ago
Last commit
2d ago
Indexed

Overview

TaskFlow MCP provides a structured workflow for task planning and execution with AI assistants. It enforces user approval steps to maintain control over the task completion process. The server supports features like task breakdown into subtasks, progress tracking, dependency management, and persistent storage across sessions.

Try asking AI

After installing, here are 3 things you can ask your AI assistant:

you:Project management for complex workflows requiring AI assistance
you:Break down large requests into manageable tasks for AI agents
you:Maintain audit trails of completed work with user approvals

When to choose this

Choose this server when you need structured task management with subtasks, dependencies, and user approval workflows for complex projects.

When NOT to choose this

Avoid this server if you need a simple to-do list without subtasks or if you require real-time collaboration features.

Tools this server exposes

12 tools extracted from the README
  • plan_task

    Register a new user request and plan its associated tasks

  • get_next_task

    Retrieve the next pending task for a request

  • mark_task_done

    Mark a task as completed

  • open_task_details

    Get details about a specific task

  • list_requests

    List all requests in the system

  • add_tasks_to_request

    Add more tasks to an existing request

  • update_task

    Update a task's title or description

  • delete_task

    Delete a task from a request

  • add_subtasks

    Add subtasks to an existing task

  • mark_subtask_done

    Mark a subtask as completed

  • export_task_status

    Export task status to a file in various formats

  • get_prompts

    Get the current prompts configuration

Comparable tools

todoist-mcpnotion-mcphabitica-mcptaskade-mcp

Installation

Installation

Global Installation

npm install -g @pinkpixel/taskflow-mcp

Local Installation

npm install @pinkpixel/taskflow-mcp

Usage

Starting the server globally:

taskflow-mcp

Starting the server locally:

npx taskflow-mcp

Configuration

Create an mcp_config.json file:

{
  "mcpServers": {
    "taskflow": {
      "command": "npx",
      "args": ["-y", "@pinkpixel/taskflow-mcp"],
      "env": {
        "TASK_MANAGER_FILE_PATH": "/path/to/tasks.yaml"
      }
    }
  }
}

Compare taskflow-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.