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., "@QA Agent Protest the checkout flow on our e-commerce site and capture any errors"
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.
Stop testing manually. Let AI do the boring work.
QA Agent Pro is a Model Context Protocol (MCP) server that gives your AI (Claude, Cursor, etc.) eyes and hands to browse the web. It turns your AI into a tireless QA Engineer that can test your website 24/7.
๐ Why QA Agent Pro?
๐ฑ Mobile Simulation: Test your responsive design on iPhone, Pixel, or iPad views instantly.
๐จ Bug Hunter: Automatically captures hidden JavaScript errors (Console Logs) that break your app.
๐ธ Visual Proof: Takes screenshots of every step, so you have evidence of what works (and what doesn't).
โก Zero Config: Connects to Claude Desktop in seconds.
๐ ๏ธ Capabilities (Tools)
Your AI gains these superpowers:
navigate(url): Open any website in a real Chrome browser.click(selector)&type(selector, text): Interact like a real user.set_viewport(width, height, mobile): [PREMIUM] Simulate mobile devices.get_console_logs(): [PREMIUM] Extract error logs for debugging.screenshot(name): Capture visual evidence.
๐ฆ Installation
Clone this repo:
git clone https://github.com/yourusername/qa-agent-mcp.git cd qa-agent-mcpInstall & Build:
npm install && npm run buildAdd to Claude Desktop Config:
{ "mcpServers": { "qa-agent": { "command": "node", "args": ["/absolute/path/to/qa-agent-mcp/build/index.js"] } } }
๐ฐ Pricing & Licensing
This tool is available for:
Personal Use: Free for open source projects.
Commercial License: $49 (Lifetime access).
Corporate/Agency Use: If you are using this tool to test client websites or commercial products, you must purchase a license.
๐งช Try the Demo
Run the included verification script to see the agent in action (Mobile + Desktop test):
Built with โค๏ธ by [Your Name]