io.github.inSideos-designs/cowork-qa
Quality Score
80
/100
Goal-driven Playwright browser sessions for LLMs, with full action traces and aria-snapshots.
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"cowork-qa": {
"command": "npx",
"args": [
"-y",
"cowork-qa-mcp"
],
"env": {
"COWORK_QA_HEADED": "<cowork_qa_headed>",
"COWORK_QA_DATA": "<cowork_qa_data>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"cowork-qa": {
"command": "npx",
"args": [
"-y",
"cowork-qa-mcp"
],
"env": {
"COWORK_QA_HEADED": "<cowork_qa_headed>",
"COWORK_QA_DATA": "<cowork_qa_data>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y cowork-qa-mcp§02 Environment variables
COWORK_QA_HEADEDSet to '1' to launch Chromium with a visible window instead of headless.
COWORK_QA_DATADirectory where session traces (<session-id>.json) are written. Defaults to <cwd>/.cowork-qa.
§03 MCP Quality Score · methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04 Alternatives in Browser Automation
ai.smithery/ImRonAI-mcp-server-browserbase
ai.smithery/ImRonAI-mcp-server-browserbase
Automate cloud browsers to navigate websites, interact with elements, and extract structured data.…
ai.smithery/browserbasehq-mcp-browserbase
ai.smithery/browserbasehq-mcp-browserbase
Provides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to i…
com.mcparmory/browserbase
com.mcparmory/browserbase
Create and control browser sessions for web automation, testing, and AI agent tasks