MCP Bliss Logo

MCP BLISS

Download MCP BlissGet started in seconds – free download, easy install.
Tool Icon

Playwright v1.0.0

Slug: playwright
Author: Microsoft
browserautomationtestingcross-browser
Playwright MCP provides tools to automate browser tasks across different browsers. You can test websites, capture screenshots, and simulate user interactions using simple commands, making it easier to ensure your web applications work correctly.
Capabilities:
Automate browser interactionsTest web applications across multiple browsersCapture screenshots and generate PDFsSimulate user actions like clicks and form submissions
Examples:
  • "Test the login functionality on our website using Chrome and Firefox."
  • "Generate a PDF of the 'About Us' page from our site."
  • "Simulate a user adding an item to the shopping cart and proceeding to checkout."
Script:
{
  "command": "npx",
  "args": [
    "@playwright/mcp@latest"
  ]
}