MCP.so
Sign In

Playwright MCP Project

@vikaskumarprofessional92

About Playwright MCP Project

A project to demonstrate Playwright MCP server usage with Jenkins pipeline

Basic information

Category

Browser Automation

Runtime

html

Transports

stdio

Publisher

vikaskumarprofessional92

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "playwright": {
      "command": "npx",
      "args": [
        "@playwright/mcp@latest",
        "--vision"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Playwright MCP Project?

It is a project that demonstrates using the Playwright MCP server with a Jenkins pipeline. It provides test specifications and CI configuration for running Playwright tests with MCP.

How to use Playwright MCP Project?

Clone the repository, install dependencies with npm install, configure the MCP server in settings.json with the command npx @playwright/mcp@latest --vision, then run tests with npx playwright test.

Key features of Playwright MCP Project

  • Demonstrates Playwright MCP server integration
  • Includes Jenkins pipeline configuration
  • Provides example test specifications
  • Uses vision mode for Playwright MCP
  • Requires Node.js and npm

Use cases of Playwright MCP Project

  • Running automated browser tests in a CI pipeline
  • Demonstrating MCP server setup for Playwright
  • Testing web application navigation, e.g., Google.ca

FAQ from Playwright MCP Project

What are the prerequisites?

Node.js and npm must be installed on your machine.

How do I install the dependencies?

Run npm install after cloning the repository.

How do I configure the MCP server?

Add the configuration to settings.json with command npx and args ["@playwright/mcp@latest", "--vision"].

How do I run the tests?

Use the command npx playwright test.

Is there Jenkins integration?

Yes, the project includes a Jenkins pipeline that installs dependencies, runs tests, and generates and publishes test reports.

Comments

More Browser Automation MCP servers