AI QA Agent MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AI QA Agent MCPAnalyze the failures in the latest test run and generate a bug report"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AI QA Agent MCP
A TypeScript-based Model Context Protocol server that analyzes Playwright test results and provides structured QA insights.
Project Goal
This project demonstrates how an AI agent can use MCP tools to:
Discover Playwright test-result files
Calculate test execution metrics
Analyze failed and flaky tests
Group similar failures
Generate QA execution summaries
Create draft bug reports
Provide release-quality recommendations
Related MCP server: MCP Test Case Generator
Planned MCP Capabilities
Tools
list_test_runsget_test_run_summaryanalyze_test_failuresgenerate_bug_reportgenerate_qa_summary
Resource
test-run://latest
Prompt
prepare-release-quality-report
Technology Stack
Node.js
TypeScript
Model Context Protocol TypeScript SDK
Zod
Vitest
Playwright JSON and JUnit reports
GitHub Actions
MCP Inspector
Codex CLI
Planned Architecture
Playwright Test Results
|
v
Report Parsers
|
v
QA Analysis Services
|
v
MCP Server
| | |
Tools Resources Prompts
|
v
MCP Inspector or AI ClientProject Structure
ai-qa-agent-mcp/
├── .github/
│ └── workflows/
├── docs/
├── reports/
├── sample-data/
│ ├── json/
│ └── junit/
├── src/
│ ├── config/
│ ├── parsers/
│ ├── prompts/
│ ├── resources/
│ ├── schemas/
│ ├── services/
│ ├── tools/
│ ├── types/
│ └── server.ts
├── tests/
│ ├── integration/
│ └── unit/
├── .gitignore
├── package.json
├── README.md
└── tsconfig.jsonDevelopment Commands
Install dependencies:
npm installRun the server during development:
npm run devCheck TypeScript:
npm run typecheckRun automated tests:
npm testBuild the project:
npm run buildRun all validations:
npm run checkSecurity Principles
Read-only report access by default
Restricted file-system access
Input validation for every MCP tool
No automatic issue creation
No secret values in logs
Human review required for AI-generated conclusions
Current Status
Version 0.1.0 is under development.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceEnables automated end-to-end testing powered by Playwright where test cases are defined in natural language and executed by AI. Uses lightweight snapshot analysis with vision mode fallback for sophisticated testing scenarios.Last updated3Apache 2.0
- FlicenseAqualityDmaintenanceGenerates structured, comprehensive test cases from user stories, API specs, or raw text, with automatic Excel export and Playwright automation code generation.Last updated61
- Alicense-qualityDmaintenanceAutomates repository analysis, test planning, and generation of end-to-end tests with Playwright, acting as an intelligent quality assistant.Last updated1MIT
- Alicense-qualityDmaintenanceAutonomously analyzes projects, generates Playwright tests via OpenAI, runs them, classifies failures, and recommends fixes, iterating up to 3 times.Last updated38MIT
Related MCP Connectors
Playwright selector risk checks with healing suggestions and receipts.
AI QA tester — real browsers scan sites for bugs, SEO, perf, and accessibility issues via chat.
Browser-backed QA with evidence and fix-ready reports for coding agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sadi-qa/ai-qa-agent-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server