Registry/Playwright MCP Server

Playwright MCP Server

v0.1.3
Verified

Microsoft's official Playwright integration enabling LLMs to interact with web pages through structured accessibility snapshots.

By MicrosoftApache-2.0
typescript
web services
25.7Kstars
1.1Mdownloads
1.9Kforks
Scanned Feb 8, 2026
WebsiteRepositoryNPM
A94%
Scanned 3w ago

Very Good Security

Vulnerabilities Found
0Crit
0High
0Med
1Low
2Info

Security ScoreA

94
out of 100

Vulnerabilities Found

0
Crit
0
High
0
Medi
1
Low
2
Info
Last scanned: 2/8/2026

Quality ScoreA+

95
out of 100
100
Maint.
100
Popular
100
Docs
98
Compat
Maintenance100%
Popularity100%
Documentation100%
Compatibility98%

Maintenance100

Recent
10 days ago
Commit Frequency85%
Release Frequency83%
Issue Response91%

Popularity100

25.7K
Stars
1.1M
Downloads
1.9K
Forks
Stars Score100%
Downloads Score100%
Forks Score100%

Documentation100

README Quality87%

Available Documentation

API DocsExamplesChangelog

Compatibility98

MCP Spec Compliance100%
Transport Support50%

Features

TypeScript

Supported Transports

STDIO

Vulnerabilities(3)

1Low
2Info
Filter:

READMEPlaywright MCP Server

View source

Playwright MCP Server

Browser automation for AI assistants using Microsoft Playwright.

Features

  • Browser Control - Navigate, click, type, scroll
  • Accessibility Snapshots - Structured page understanding
  • Screenshot Capture - Visual page capture
  • Multi-browser Support - Chromium, Firefox, WebKit
  • Network Interception - Monitor and modify requests

Installation

bash
npm install @anthropic-ai/mcp-server-playwright

Configuration

json
{
  "mcpServers": {
    "playwright": {
      "command": "npx",
      "args": ["-y", "@anthropic-ai/mcp-server-playwright"]
    }
  }
}

Tools

  • browser_navigate - Navigate to URL
  • browser_click - Click elements
  • browser_type - Type text
  • browser_screenshot - Take screenshots
  • browser_snapshot - Get accessibility tree

License

Apache 2.0

Embed Security Badge

Add this badge to your README or documentation

Playwright MCP Server MCPSafe Security
[![Playwright MCP Server MCPSafe Security](https://api.mcpsafe.org
/api/badge/playwright-mcp-server.svg)](https://mcpsafe.org/registry/playwright-mcp-server)
Need more customization options?Badge Documentation

Server Information

Source
NPM
Package
@anthropic-ai/mcp-server-playwright
Version
0.1.3
Language
typescript
License
Apache-2.0
Transport
STDIO
Added
Jan 20, 2026
Updated
Feb 8, 2026