taskflow-mcp
TypeScript icon, indicating that this package has built-in type declarations

1.0.32 • Public • Published

TaskFlow

An integrated task management system for Cursor IDE using Model Context Protocol (MCP).

npm version License: MIT Node.js

Installation

npm install @nazk/taskflow-mcp

Quick Start

# Start the TaskFlow MCP server
npx taskflow-mcp

What is TaskFlow?

TaskFlow provides a seamless task management experience for Cursor IDE using Model Context Protocol. It helps you:

  • Create and manage tasks with subtasks
  • Track task dependencies and status
  • Generate tasks from natural language descriptions
  • Analyze task complexity with AI
  • Generate project plans from PRD documents

All AI-powered features work through Cursor IDE's built-in MCP support.

Available Tools

Category Example Tools
Basic hello, initProject
Task Management listTasks, getNextTask, showTask, setTaskStatus
Dependency Management addDependency, removeDependency
AI-Powered generateTaskFromPrompt, analyzeTaskComplexity
Planning createProjectPlan, parsePRD

Requirements

  • Node.js 18+
  • Cursor IDE

Full Documentation

For complete documentation, examples, and contribution guidelines, visit the GitHub repository.

License

MIT © nazk

Readme

Keywords

Package Sidebar

Install

npm i taskflow-mcp

Weekly Downloads

2

Version

1.0.32

License

MIT

Unpacked Size

416 kB

Total Files

110

Last publish

Collaborators

  • edwarddjss