MCP Server
MCP
io.github.inSideos-designs/cowork-qa
Goal-driven Playwright browser sessions for LLMs, with full action traces and aria-snapshots.
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
By
Comments
Sign in to leave a comment