Playwright MCP

Active
GitHub TypeScript Apache-2.0

Description

Microsoft's official Playwright MCP server that lets LLMs drive real browsers.

Key Features

  • MCP standard — Compatible with all MCP clients
  • Playwright core — Real browser automation
  • Screenshot — Capture every step
  • Multilingual pages — Internationalization
  • Microsoft-maintained — Synced with Playwright releases

Use Cases

💡 Let LLMs drive browsers for end-to-end testing.
💡 Build visual web scraping agents.
💡 Wire browser tools into Claude Desktop.

Quick Start

# Install and run
npx -y @playwright/mcp@latest
# Verify the service is up

Related Projects