From b00t
Taskmaster AI MCP server running locally as a stdio subprocess via Bun. Provides AI-powered task management and orchestration tools for Claude. No secrets or API keys required.
npx claudepluginhub elasticdotventures/__b00t__Add to your .mcp.json:
{
"mcpServers": {
"taskmaster-ai": {
"command": "bunx",
"args": [
"-y",
"--package=task-master-ai",
"task-master-ai"
]
}
}
}bunx