Playwright MCP benchmark report
Playwright MCP has a benchmark score of 32/100 based on installability, startup reliability, MCP capability discovery, documentation quality, and safety signals.
Benchmark score
32
Docs score
0
Config score
0
Safety score
0
Benchmark status
| Install | unknown |
|---|---|
| Startup | unknown |
| Capability discovery | passed |
| Last tested | Jul 27, 2026 |
Installability
- npxconfidence: high
npx @playwright/mcp@latest
Capabilities
tool
browser_click
Perform click on a web page
tool
browser_close
Close the page
tool
browser_console_messages
Returns all console messages
tool
browser_drag
Perform drag and drop between two elements
tool
browser_drop
Drop files or MIME-typed data onto an element, as if dragged from outside the page. At least one of "paths" or "data" must be provided.
tool
browser_evaluate
Evaluate JavaScript expression on page or element
tool
browser_file_upload
Upload one or multiple files
tool
browser_fill_form
Fill multiple form fields
tool
browser_find
Search the accessibility snapshot of the current page for text or a regular expression. Returns matching snapshot nodes with a few lines of surrounding context (like search snippets), each shown under its path from the root of the tree, which is cheaper than capturing the whole snapshot when you only need to locate an element and its ref.
tool
browser_handle_dialog
Handle a dialog
tool
browser_hover
Hover over element on page
tool
browser_navigate
Navigate to a URL
tool
browser_navigate_back
Go back to the previous page in the history
tool
browser_network_request
Returns full details (headers and body) of a single network request, or a single part if `part` is set. Use the number from browser_network_requests.
tool
browser_network_requests
Returns a numbered list of network requests since loading the page. Use browser_network_request with the number to get full details.
tool
browser_press_key
Press a key on the keyboard
tool
browser_resize
Resize the browser window
tool
browser_run_code_unsafe
Run a Playwright code snippet. Unsafe: executes arbitrary JavaScript in the Playwright server process and is RCE-equivalent.
tool
browser_select_option
Select an option in a dropdown
tool
browser_snapshot
Capture accessibility snapshot of the current page, this is better than screenshot
Related pages
Frequently asked questions
What does the Playwright MCP benchmark score include?
It combines install status, startup status, capability discovery, documentation score, configuration score, and safety score into a 0-100 benchmark_score.
Does MCP Server Finder call Playwright MCP tools during discovery?
No. Capability discovery lists tools, resources, and prompts when possible, but does not invoke tools or read sensitive resources.
Why are some checks skipped?
Checks are skipped when they cannot be run safely without credentials, local configuration, or non-destructive execution guarantees.
Last updated