Skip to content
Claude Desktop

agent tasks for Claude Desktop

io.github.keshrath/agent-tasks

Pipeline task management for AI agents - stages, dependencies, artifacts, claiming

client:Claude Desktop transport:stdio runtime:npm

Install agent tasks in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "agent-tasks": {
      "command": "npx",
      "args": [
        "-y",
        "agent-tasks"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

agent tasks in other clients