← Back to Plugins
MCP Server MCP

io.github.inSideos-designs/cowork-qa

github By github 👁 1 views ▲ 0 votes

Goal-driven Playwright browser sessions for LLMs, with full action traces and aria-snapshots.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "cowork-qa-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Set to '1' to launch Chromium with a visible window instead of headless.",
          "format": "string",
          "name": "COWORK_QA_HEADED"
        },
        {
          "description": "Directory where session traces (<session-id>.json) are written. Defaults to <cwd>/.cowork-qa.",
          "format": "string",
          "name": "COWORK_QA_DATA"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...