taskflow-mcp

TaskFlow MCP is a Model Context Protocol (MCP) server that helps an AI assistant plan and execute task workflows. It creates requests with tasks/subtasks (including dependencies and notes), persists them to disk (JSON/YAML), enforces an approval-centric workflow, supports exporting status reports, and includes an archive system for completed requests.

Evaluated Mar 30, 2026 (21d ago)
Repo ↗ DevTools mcp task-management workflow planning typescript yaml persistence export archiving
⚙ Agent Friendliness
60
/ 100
Can an agent use this?
🔒 Security
25
/ 100
Is it safe for agents?
⚡ Reliability
36
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
86
Documentation
72
Error Messages
0
Auth Simplicity
95
Rate Limits
0

🔒 Security

TLS Enforcement
0
Auth Strength
10
Scope Granularity
0
Dep. Hygiene
55
Secret Handling
70

Security posture is primarily local-file based with no documented authentication or authorization. Risk mainly comes from file path manipulation and lack of isolation: the MCP server persists to disk at user-supplied paths. TLS, secret management practices beyond general Node conventions, and dependency vulnerability management are not documented in the provided materials.

⚡ Reliability

Uptime/SLA
0
Version Stability
60
Breaking Changes
45
Error Recovery
40
AF Security Reliability

Best When

You want a local or per-project MCP tool that persistently manages task plans and guides an assistant through a structured task/approval loop.

Avoid When

You need strong server-side access control, multi-tenant isolation, or guaranteed concurrency safety across many simultaneous users/processes.

Use Cases

  • Plan multi-step work into tasks and subtasks for AI-assisted execution
  • Track progress across tasks/subtasks and persist state across sessions
  • Manage task dependencies and add contextual notes
  • Export task plans/status to Markdown/JSON/HTML for reporting
  • Archive completed requests and later restore them
  • Apply consistent LLM guidance via configurable global prompts/prefix/suffix

Not For

  • Use as a secure multi-user task service without isolation (it is file-based per working directory/path)
  • Workflows requiring a remote API with fine-grained authorization/auditing
  • High-scale concurrent task editing without collision/locking considerations

Interface

REST API
No
GraphQL
No
gRPC
No
MCP Server
Yes
SDK
No
Webhooks
No

Authentication

Methods: None explicitly described (local MCP server started via CLI)
OAuth: No Scopes: No

The README describes configuration via environment variables and local file paths; no user authentication/authorization model is documented for the MCP server.

Pricing

Free tier: No
Requires CC: No

Open-source npm package; no usage-based pricing described.

Agent Metadata

Pagination
none
Idempotent
False
Retry Guidance
Not documented

Known Gotchas

  • Because persistence is file-based (tasks.yaml/tasks-archive.*), multiple concurrent MCP clients pointing at the same file/path may overwrite each other.
  • Approval-oriented workflow implies the assistant should pause for user confirmation; if the client ignores this, tasks may be marked done prematurely.
  • Export operations write to an outputPath; ensure outputPath permissions/paths are correct to avoid failures.
  • Delete/update operations may permanently remove data from the active request; be sure to understand when archiving is required.

Alternatives

Full Evaluation Report

Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for taskflow-mcp.

AI-powered analysis · PDF + markdown · Delivered within 30 minutes

$99

Package Brief

Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.

Delivered within 10 minutes

$3

Score Monitoring

Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.

Continuous monitoring

$3/mo

Scores are editorial opinions as of 2026-03-30.

8642
Packages Evaluated
17761
Need Evaluation
586
Need Re-evaluation
Community Powered