Task Master AI
OfficialFeatured
📋 Productivity
AI-driven task management that parses PRDs into structured development tasks with dependency tracking. Integrates with any AI editor for project planning, complexity analysis, and autopilot workflow execution.
Tags
Tools (23)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"task-master-ai": {
"command": "npx",
"args": [
"-y",
"task-master-ai"
],
"env": {
"ANTHROPIC_API_KEY": "your-anthropic-api-key-here",
"PERPLEXITY_API_KEY": "your-perplexity-api-key-here",
"OPENAI_API_KEY": "your-openai-api-key-here"
}
}
}
}