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
34.5Kstars
1.1Mdownloads
2.9Kforks
Scanned Jul 13, 2026
WebsiteRepositoryGITHUB
F0%
Scanned 6d ago

Critical Issues

Vulnerabilities Found
13Crit
34High
5Med
1Low
0Info

Security ScoreF

0
out of 100

Vulnerabilities Found

13
Crit
34
High
5
Medi
1
Low
0
Info
Last scanned: 7/13/2026

Quality ScoreB

82
out of 100
62
Maint.
100
Popular
100
Docs
73
Compat
Maintenance62%
Popularity100%
Documentation100%
Compatibility73%

Maintenance62

Unknown
Commit Frequency65%
Release Frequency70%
Issue Response45%

Popularity100

34.5K
Stars
1.1M
Downloads
2.9K
Forks
Stars Score100%
Downloads Score100%
Forks Score100%

Documentation100

README Quality100%

Available Documentation

API DocsExamplesChangelog

Compatibility73

MCP Spec Compliance80%
Transport Support50%

Features

TypeScript

Supported Transports

STDIO

Agentic MCP Risk Intelligence

MCPSafe checks risks unique to AI-connected MCP servers — prompt surfaces, model-controlled tools, credentials, filesystems, and network reachability.

3
agentic findings
Severe agentic exposure

Multiple MCP-native exploit paths were detected. Review before connecting this server to an AI client.

Prompt Injection Surface
0

Tool metadata can steer or hijack AI clients before a user invokes the tool.

AI → Command Execution
0

Model-selected tool arguments can reach shell/process execution.

Secret Exfiltration Path
0

Tool context combines credential access with outbound network capability.

Unbounded Filesystem
3

AI-controlled paths may access files outside the intended workspace.

Agent SSRF
0

AI-controlled URLs may reach local, metadata, or internal network services.

Vulnerabilities(53)

13Critical
34High
5Medium
1Low
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
GITHUB
Package
@anthropic-ai/mcp-server-playwright
Version
0.1.3
Language
typescript
License
Apache-2.0
Transport
STDIO
Added
Jan 20, 2026
Updated
Jul 13, 2026