executeautomation/mcp-playwright

Playwright Model Context Protocol Server - Tool to automate Browsers and APIs in Claude Desktop, Cline, Cursor IDE and More 🔌

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 29 minutes ago
Added to GitGenius on September 12th, 2026
Created on December 3rd, 2024
Open Issues & Pull Requests: 35 (+0)
GitHub issues: Enabled
Number of forks: 536
Total Stargazers: 5,644 (+0)
Total Subscribers: 33 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.0 days
Mean response time: 39.8 days
90th percentile: 127.7 days
Tracked items: 91

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 4% of issues opened in the past year have been closed. Three people close 85% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 24
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 312 days
Stale 30+ days: 22
Stale 90+ days: 21

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

mcp-playwright is a Model Context Protocol server that enables browser automation through Playwright, allowing AI assistants to interact with web pages in real browser environments.

The tool solves the problem of giving language models the ability to perform web automation tasks by exposing Playwright's capabilities as MCP tools. It allows LLMs to take screenshots, navigate pages, execute JavaScript, generate test code, and perform web scraping. The server works by running as a bridge between AI assistants and Playwright, translating natural language requests into browser automation commands that execute in a real browser context rather than simulating interactions.

Developers should choose this tool if they need to integrate browser automation into AI-powered workflows within Claude Desktop, Cline, Cursor IDE, or similar environments. It suits projects requiring web testing, scraping, or interaction automation driven by AI assistants. The tool includes device emulation with support for real device profiles, allowing testing across different viewport sizes and device types through natural language commands. This is particularly useful for responsive design testing and cross-device validation without manual configuration.

The project maintains active development with regular feature additions, as evidenced by recent releases introducing device emulation capabilities. Documentation is comprehensive and includes API references, quick-start guides, and prompt guides to help users integrate the tool effectively. The project provides multiple installation paths including npm, mcp-get, and Smithery, with direct integration buttons for VS Code and VS Code Insiders, indicating attention to developer experience and accessibility.