Building an end-to-end AI-powered QA Automation system with Playwright, Cursor, GitHub Actions, MCP servers, and real-world QA integrations.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ai-assisted-qa-autom": {
"command": "npx",
"args": [
"-y",
"TatianaToussaint/ai-assisted-qa-automation-2"
]
}
}
}
Run in terminal:
claude mcp add ai-assisted-qa-autom npx -y TatianaToussaint/ai-assisted-qa-automation-2
Add to .cursor/mcp.json:
{
"mcpServers": {
"ai-assisted-qa-autom": {
"command": "npx",
"args": [
"-y",
"TatianaToussaint/ai-assisted-qa-automation-2"
]
}
}
}