Back to MCP Servers
Task Master Server
Convert PRDs into structured, prioritized, implementation-ready task lists that AI agents can read and update
taskmasterproject-managementprdtasksplanningcommunity
By Eye of Eris
Installation
npm install -g taskmaster-aiConfiguration
{
"mcpServers": {
"taskmaster": {
"command": "npx",
"args": ["-y", "taskmaster-ai"],
"env": {
"ANTHROPIC_API_KEY": "your-anthropic-api-key"
}
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes