An integrated task management system for Cursor IDE using Model Context Protocol (MCP).
npm install @nazk/taskflow-mcp
# Start the TaskFlow MCP server
npx taskflow-mcp
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.
Category | Example Tools |
---|---|
Basic |
hello , initProject
|
Task Management |
listTasks , getNextTask , showTask , setTaskStatus
|
Dependency Management |
addDependency , removeDependency
|
AI-Powered |
generateTaskFromPrompt , analyzeTaskComplexity
|
Planning |
createProjectPlan , parsePRD
|
- Node.js 18+
- Cursor IDE
For complete documentation, examples, and contribution guidelines, visit the GitHub repository.
MIT © nazk