Taskmaster runs as an MCP server, exposing all CLI commands as tools your AI agent can use directly. Native integration with Cursor, Windsurf, Claude Code, and more.
Setup
Add one config file to your editor and Taskmaster connects as an MCP server. Your AI agent gets full access to every command.
{
"mcpServers": {
"taskmaster": {
"command": "npx",
"args": ["-y", "task-master-ai"],
"env": {
"ANTHROPIC_API_KEY": "your-key"
}
}
}
}Editors
Any editor that supports MCP can use Taskmaster tools. Native integration with Cursor, VS Code, Windsurf, Claude Code, and any terminal.
Tools
Your AI agent reads tasks, implements code, updates status, and grabs the next task — all within your normal coding flow. The full Taskmaster CLI is available as MCP tools.
get_tasksget_tasknext_taskset_task_statusadd_taskexpand_taskparse_prdresearchanalyze_complexityKey capabilities
Related features
Bring Your Own Key — Configure the AI provider your MCP server uses.
Task Expansion — Available as expand_task tool.
Research — Available as research tool.
One config file. Full Taskmaster access.