Skip to main content
Glama

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.

Related MCP server: Chrome MCP Docker

๐Ÿ› ๏ธ Capabilities (Tools)

Your AI gains these superpowers:

  1. navigate(url): Open any website in a real Chrome browser.

  2. click(selector) & type(selector, text): Interact like a real user.

  3. set_viewport(width, height, mobile): [PREMIUM] Simulate mobile devices.

  4. get_console_logs(): [PREMIUM] Extract error logs for debugging.

  5. screenshot(name): Capture visual evidence.

๐Ÿ“ฆ Installation

  1. Clone this repo:

    git clone https://github.com/yourusername/qa-agent-mcp.git
    cd qa-agent-mcp
  2. Install & Build:

    npm install && npm run build
  3. Add 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).

Buy License

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):

node build/verify-qa.js

Built with โค๏ธ by [Your Name]

Install Server
F
license - not found
A
quality
D
maintenance

Maintenance

โ€“Maintainers
โ€“Response time
โ€“Release cycle
โ€“Releases (12mo)
Commit activity

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

  • -
    license
    -
    quality
    -
    maintenance
    Enables AI coding assistants to control and inspect a live Chrome browser for automated debugging, performance analysis, and web interaction. It leverages Puppeteer and Chrome DevTools to provide capabilities like network monitoring, console logging, and automated browser actions.
    Last updated
  • A
    license
    -
    quality
    C
    maintenance
    Enables AI assistants to control and inspect a live Chrome browser for automated web debugging, performance analysis, and Lighthouse audits. It allows agents to capture screenshots, monitor network requests, and measure Core Web Vitals using plain-English prompts.
    Last updated
    1,370,186
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • AI QA tester โ€” real browsers scan sites for bugs, SEO, perf, and accessibility issues via chat.

  • AI-powered browser automation โ€” navigate, click, fill forms, and extract data from any website.

  • Provides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to iโ€ฆ

View all MCP Connectors

Latest Blog Posts

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/samusilv/qa-agent-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server