MCP Directory
Back

playwright

by microsoft · TypeScript · ★ 87,699

Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.

#automation#chrome#chromium#e2e-testing#electron#end-to-end-testing#firefox#javascript#playwright#test#test-automation#testing#testing-tools#web#webkit

Install

npx -y github:microsoft/playwright

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "playwright": {
      "command": "npx",
      "args": [
        "-y",
        "github:microsoft/playwright"
      ]
    }
  }
}

From the README

[](https://www.npmjs.com/package/playwright) [](https://www.chromium.org/Home) [](https://www.mozilla.org/en-US/firefox/new/) [](https://webkit.org/) [](https://aka.ms/playwright/discord) Playwright is a framework for web automation and testing. It drives Chromium, Firefox, and WebKit with a single API — in your tests, in your scripts, and as a tool for AI agents. Choose the path that fits your workflow: | | Best for | Install | |---|---|---| | **[Playwright Test](#playwright-test)** | End-to-end testing | | | **[Playwright CLI](#playwright-cli)** | Coding agents (Claude Code, Copilot) |…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related communication servers