taskflow-mcp
v1.0.32
Published
Task management system for Cursor using MCP protocol
Downloads
4
Readme
TaskFlow
An integrated task management system for Cursor IDE using Model Context Protocol (MCP).
Installation
npm install @nazk/taskflow-mcpQuick Start
# Start the TaskFlow MCP server
npx taskflow-mcpWhat 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
