Playwright MCP Project
@vikaskumarprofessional92
About Playwright MCP Project
A project to demonstrate Playwright MCP server usage with Jenkins pipeline
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.
Frequently asked questions
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.
Basic information
More Browser Automation MCP servers
Firecrawl Mcp Server
mendableai🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
Puppeteer Vision Mcp Server
djannotFetch MCP
jae-jaeMCP server for fetch web page content using Playwright headless browser.
browser-use-mcp-server
co-browserBrowse the web, directly from Cursor etc.
Fastcrw
usFast, lightweight Firecrawl/Tavily alternative in Rust. Web scraper, crawler & search API with MCP server for AI agents. Drop-in Firecrawl-compatible API (/scrape, /crawl, /search). 2.3x faster than Tavily, 1.5x faster than Firecrawl in 1K-URL benchmarks. 6 MB RAM, single binary.
Comments