TL;DR
Playwright is a Browser Automation MCP server that lets Claude Code, Cursor, Windsurf and any MCP-compatible AI agent official Microsoft browser automation via accessibility. Install in 1 minute with mcpizy install playwright.
Playwright
Install verified 7 toolsBrowser Automation
Official Microsoft browser automation via accessibility
Official homepageRepo audit: 100/100 β actively maintained, documented and licensed
Scored on licence, adoption, maintenance and documentation of microsoft/playwright-mcp. We show the grade whether it flatters the server or not.
last commit 2 days ago Β· 36,404 stars Β· Apache-2.0 licence Β· 4 open issues
Read the full audit on CheckMCPInstall Playwright
mcpizy install playwrightnpx -y @playwright/mcpTools exposed
7 tools availablebrowser_navigateNavigate the browser to a URL
browser_navigateNavigate the browser to a URL
Inputs
urlstringrequired
browser_snapshotCapture an accessibility snapshot of the page
browser_snapshotCapture an accessibility snapshot of the page
browser_clickClick on an element by selector or role
browser_clickClick on an element by selector or role
Inputs
elementstringrequired
browser_typeType text into an element
browser_typeType text into an element
Inputs
elementstringrequiredtextstringrequired
browser_take_screenshotTake a screenshot of the page
browser_take_screenshotTake a screenshot of the page
browser_evaluateRun JavaScript in the page
browser_evaluateRun JavaScript in the page
Inputs
functionstringrequired
browser_fill_formFill multiple fields in a form
browser_fill_formFill multiple fields in a form
Inputs
fieldsobject[]required
Configuration
Works identically across clients. Only the config file path differs.
Claude Code~/.claude.json
~/.claude.json{
"mcpServers": {
"playwright": {
"command": "npx",
"args": [
"-y",
"@playwright/mcp@latest"
]
}
}
}Cursor.cursor/mcp.json
.cursor/mcp.json{
"mcpServers": {
"playwright": {
"command": "npx",
"args": [
"-y",
"@playwright/mcp@latest"
]
}
}
}Windsurf~/.codeium/windsurf/mcp_config.json
~/.codeium/windsurf/mcp_config.json{
"mcpServers": {
"playwright": {
"command": "npx",
"args": [
"-y",
"@playwright/mcp@latest"
]
}
}
}Authentication setup
- 1
No authentication required β runs a local Chromium instance
What you can do with Playwright MCP
Paste any of these prompts into Claude Code, Cursor or another MCP-compatible client.
βOpen example.com, take a screenshot, and tell me what's on the pageβ
Uses: browser_navigate, browser_take_screenshot, browser_snapshot
βFill the login form at app.local with email+password and click Sign inβ
Uses: browser_navigate, browser_fill_form, browser_click
βTest the signup flow on my staging site end-to-endβ
Uses: browser_navigate, browser_fill_form, browser_click, browser_snapshot
Works with
More Browser Automation MCPs
YouTube Transcript
Fetch YouTube subtitles and transcripts
Firefox
Firefox automation via WebDriver BiDi
Hyperbrowser
Next-generation platform for AI agents and browser automation. Headless browsing at scale.
GoLogin
Manage GoLogin browser profiles for multi-account automation and anti-detect browsing.
Alternatives to Playwright
If Playwright doesn't fit your stack, these Browser Automation MCP servers solve similar problems.
Frequently asked questions
What is the Playwright MCP server?
Playwright is listed as an Browser Automation Model Context Protocol server whose documented purpose is to let an MCP-compatible agent official Microsoft browser automation via accessibility. Client support, permissions and authentication remain specific to the upstream project.
How do I install Playwright MCP with Claude Code?
The fastest way is the MCPizy CLI: run `mcpizy install playwright` and MCPizy will add the server to your `.claude.json` automatically. You can also install it manually by adding an entry under `mcpServers` in `.claude.json` with the command `npx -y @playwright/mcp` and restarting Claude Code.
Does MCPizy charge to view or install Playwright MCP?
No. Reading this profile and copying its install guidance is free. Upstream software, API, account or usage costs are separate, and licence coverage should be checked from the linked source when available.
Does Playwright MCP work with Cursor and Windsurf?
The MCP standard is supported by those clients, but a specific server can still have client-specific setup or transport limits. Use the configuration shown on this page when present and verify the upstream instructions before installation.
What can I do with Playwright MCP?
Its documented purpose is to let an MCP-compatible agent official Microsoft browser automation via accessibility. The exact tools, permissions and write capabilities depend on the server version and configuration shown by the upstream project.
Compare before you commit
Put this server beside an alternative, or return to the full evidence directory.
Compare MCP serversBack to directory