MCP Marketplace
BrowseHow It Works
Sign inSign up
MCP Marketplace © 2026
BrowseDocsPrivacyTerms
Back to Browse

Playwright

M
by Microsoft
Developer ToolsVerified Safe9.2
Free

Browser automation and web testing using accessibility snapshots

About

The official Playwright MCP Server from Microsoft enables browser automation and web testing through accessibility snapshots rather than screenshots. This approach is faster, more reliable, and works natively with AI assistants that process text.

The server can navigate pages, click elements, fill forms, take screenshots, and extract content. It uses Playwright's robust browser automation engine under the hood, supporting Chromium, Firefox, and WebKit.

Ideal for developers who need to automate web testing, scrape data, or build browser-based workflows directly from their AI assistant.

How to Install

Add this to your MCP configuration file:

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

Security Report

9.2
Verified Safe9.2Low Risk

Official Microsoft project. Uses accessibility-first approach reducing reliance on visual rendering. Well-maintained with regular updates.

Scanned 5 files · 2 findings

Permissions Required

HTTP Network Accessbrowser_access

Reviews

4.73 reviews
5
2
4
1
3
0
2
0
1
0
A
Alex Rivera1 month ago

The accessibility snapshot approach is brilliant. Way faster and more reliable than screenshot-based browser automation. Microsoft really nailed this.

D
Dana Kim2 months ago

Works great for web scraping and testing. Occasionally struggles with complex SPAs but handles 90% of use cases perfectly.

T
Tom Bradley3 months ago

Perfect for automated QA workflows. I describe what I want to test and Claude just does it. The form filling capability is especially useful.

52K

installs

4.7

rating

Tags

playwrightbrowsertestingautomationmicrosoft

Use Cases

  • Web testing
  • Browser automation
  • Data extraction
  • Form filling
  • Accessibility testing

Links

Source CodeDocumentationnpm Package

Details

Published June 15, 2025
52,300 installs