7 months ago
An MCP (Model Context Protocol) server that provides comprehensive browser automation and QA testing capabilities. This server integrates with desplega.ai to offer automated testing, session monitoring, batch test execution, and intelligent test guidance using AAA (Arrange-Act-Assert) framework templates.
Server Config
{
"mcpServers": {
"desplega-qa": {
"command": "npx",
"args": [
"-y",
"@desplega.ai/qa-use-mcp@latest"
],
"env": {
"QA_USE_API_KEY": "your-desplega-ai-api-key"
}
}
}
}