MCP Server Guide

BetaVersion 1.0

Power your code generation setup with efficient QA testing. The Desplega.ai MCP Server integrates AI-powered browser automation and QA testing directly into your development environment. Run automated tests, validate UX flows, and catch issues before deployment—all from within your code editor.

What is the MCP Server?

The Model Context Protocol (MCP) Server by Desplega.ai provides comprehensive browser automation and QA testing capabilities through a standardized protocol. It integrates seamlessly with popular AI-powered code editors like Cursor, Claude Code, Continue, and more.

With the MCP server, you can run automated E2E tests, create interactive development sessions, monitor test execution in real-time, and leverage AI-powered test generation using the AAA (Arrange-Act-Assert) framework—all without leaving your development environment.

Key Features

Browser Management

Launch and control local browser instances with headless/headed modes

Session Management

Create, monitor, and control multiple QA testing sessions with real-time status

Batch Test Execution

Run multiple automated tests simultaneously with dependency management

AAA Framework Templates

Pre-built prompts for login, forms, e-commerce, navigation, and comprehensive testing

Quick Installation

Install the MCP server using npx:

npx @desplega.ai/qa-use-mcp@latest

Or add it directly to your MCP client config:

{
  "mcpServers": {
    "desplega-qa": {
      "command": "npx",
      "args": ["-y", "@desplega.ai/qa-use-mcp@latest"],
      "env": {
        "QA_USE_API_KEY": "<your-desplega-ai-api-key>"
      }
    }
  }
}

Join Us!

Join our Discord community for support, discussions, and the latest updates.