io.github.dinesh-nalla-se/playwright-mcp
NPM · @DINESH-NALLA-SE/PLAYWRIGHT-MCP · 2 COMPONENTS · SCANNED AUG 3
Playwright Tools for MCP
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 1 of 3 dependencies flagged as unhealthy (1 deprecated). View diagnostics → Partial
Provenance & Transparency44
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (Apache-2.0).Pass
- Actively maintained (last published 258 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability66
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 1243 tokens (~56/item across 22 items; 22 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities60
- Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @dinesh-nalla-se/playwright-mcp
claude mcp add dinesh-nalla-se-playwright-mcp -- npx -y @dinesh-nalla-se/playwright-mcp
codex mcp add dinesh-nalla-se-playwright-mcp -- npx -y @dinesh-nalla-se/playwright-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"dinesh-nalla-se-playwright-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@dinesh-nalla-se/playwright-mcp"
],
"enabled": true
}
}
} openclaw mcp add dinesh-nalla-se-playwright-mcp --command npx --arg -y --arg @dinesh-nalla-se/playwright-mcp
mcp_servers:
dinesh-nalla-se-playwright-mcp:
command: "npx"
args: ["-y", "@dinesh-nalla-se/playwright-mcp"] {
"mcpServers": {
"dinesh-nalla-se-playwright-mcp": {
"command": "npx",
"args": [
"-y",
"@dinesh-nalla-se/playwright-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 2 Aug 26 +14
- Malware scan: unverified → pass ▲ security
- Dependency health: 0.90 → 0.80 ▼ functional
- 1 Aug 26 −10
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 31 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 27 Jul 26 +32
- Tool coverage: unverified → 100 ▲ functional
- First check of Schema quality: good functional
- First check of Tool coverage: 100 functional
- First check of Schema quality: fail functional
- First check of Schema quality: pass functional
- 26 Jul 26 46
First indexed and scored.
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/@dinesh-nalla-se/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 3 packages
3 packages in the resolved dependency tree · 1 deprecated · 1 stale.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
browser_click ~94
Perform click on a web page
| Name | Type | Req | Description |
|---|---|---|---|
| button | string | — | Button to click, defaults to left |
| doubleClick | boolean | — | Whether to perform a double click instead of a single click |
| element | string | yes | Human-readable element description used to obtain permission to interact with the element |
| modifiers | array | — | Modifier keys to press |
| ref | string | yes | Exact target element reference from the page snapshot |
No output schema declared.
No examples provided.
browser_close ~12
Close the page
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
browser_console_messages ~26
Returns all console messages
| Name | Type | Req | Description |
|---|---|---|---|
| onlyErrors | boolean | — | Only return error messages |
No output schema declared.
No examples provided.
browser_drag ~94
Perform drag and drop between two elements
| Name | Type | Req | Description |
|---|---|---|---|
| endElement | string | yes | Human-readable target element description used to obtain the permission to interact with the element |
| endRef | string | yes | Exact target element reference from the page snapshot |
| startElement | string | yes | Human-readable source element description used to obtain the permission to interact with the element |
| startRef | string | yes | Exact source element reference from the page snapshot |
No output schema declared.
No examples provided.
browser_evaluate ~81
Evaluate JavaScript expression on page or element
| Name | Type | Req | Description |
|---|---|---|---|
| element | string | — | Human-readable element description used to obtain permission to interact with the element |
| function | string | yes | () => { /* code */ } or (element) => { /* code */ } when element is provided |
| ref | string | — | Exact target element reference from the page snapshot |
No output schema declared.
No examples provided.
browser_file_upload ~46
Upload one or multiple files
| Name | Type | Req | Description |
|---|---|---|---|
| paths | array | — | The absolute paths to the files to upload. Can be single file or multiple files. If omitted, file chooser is cancelled. |
No output schema declared.
No examples provided.
browser_fill_form ~25
Fill multiple form fields
| Name | Type | Req | Description |
|---|---|---|---|
| fields | array | yes | Fields to fill in |
No output schema declared.
No examples provided.
browser_handle_dialog ~44
Handle a dialog
| Name | Type | Req | Description |
|---|---|---|---|
| accept | boolean | yes | Whether to accept the dialog. |
| promptText | string | — | The text of the prompt in case of a prompt dialog. |
No output schema declared.
No examples provided.
browser_hover ~49
Hover over element on page
| Name | Type | Req | Description |
|---|---|---|---|
| element | string | yes | Human-readable element description used to obtain permission to interact with the element |
| ref | string | yes | Exact target element reference from the page snapshot |
No output schema declared.
No examples provided.
browser_install ~30
Install the browser specified in the config. Call this if you get an error about the browser not being installed.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
browser_navigate ~26
Navigate to a URL
| Name | Type | Req | Description |
|---|---|---|---|
| url | string | yes | The URL to navigate to |
No output schema declared.
No examples provided.
browser_navigate_back ~17
Go back to the previous page
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
browser_network_requests ~18
Returns all network requests since loading the page
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
browser_press_key ~44
Press a key on the keyboard
| Name | Type | Req | Description |
|---|---|---|---|
| key | string | yes | Name of the key to press or a character to generate, such as `ArrowLeft` or `a` |
No output schema declared.
No examples provided.
browser_resize ~37
Resize the browser window
| Name | Type | Req | Description |
|---|---|---|---|
| height | number | yes | Height of the browser window |
| width | number | yes | Width of the browser window |
No output schema declared.
No examples provided.
browser_run_code ~70
Run Playwright code snippet
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | yes | Playwright code snippet to run. The snippet should access the `page` object to interact with the page. Can make multiple statements. For example: `await page.getByRole('button', { name: 'Submit' }).c… |
No output schema declared.
No examples provided.
browser_select_option ~76
Select an option in a dropdown
| Name | Type | Req | Description |
|---|---|---|---|
| element | string | yes | Human-readable element description used to obtain permission to interact with the element |
| ref | string | yes | Exact target element reference from the page snapshot |
| values | array | yes | Array of values to select in the dropdown. This can be a single value or multiple values. |
No output schema declared.
No examples provided.
browser_snapshot ~22
Capture accessibility snapshot of the current page, this is better than screenshot
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
browser_tabs ~54
List, create, close, or select a browser tab.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | Operation to perform |
| index | number | — | Tab index, used for close/select. If omitted for close, current tab is closed. |
No output schema declared.
No examples provided.
browser_take_screenshot ~203
Take a screenshot of the current page. You can't perform actions based on the screenshot, use browser_snapshot for actions.
| Name | Type | Req | Description |
|---|---|---|---|
| element | string | — | Human-readable element description used to obtain permission to screenshot the element. If not provided, the screenshot will be taken of viewport. If element is provided, ref must be provided too. |
| filename | string | — | File name to save the screenshot to. Defaults to `page-{timestamp}.{png|jpeg}` if not specified. Prefer relative file names to stay within the output directory. |
| fullPage | boolean | — | When true, takes a screenshot of the full scrollable page, instead of the currently visible viewport. Cannot be used with element screenshots. |
| ref | string | — | Exact target element reference from the page snapshot. If not provided, the screenshot will be taken of viewport. If ref is provided, element must be provided too. |
| type | string | — | Image format for the screenshot. Default is png. |
No output schema declared.
No examples provided.
browser_type ~112
Type text into editable element
| Name | Type | Req | Description |
|---|---|---|---|
| element | string | yes | Human-readable element description used to obtain permission to interact with the element |
| ref | string | yes | Exact target element reference from the page snapshot |
| slowly | boolean | — | Whether to type one character at a time. Useful for triggering key handlers in the page. By default entire text is filled in at once. |
| submit | boolean | — | Whether to submit entered text (press Enter after) |
| text | string | yes | Text to type into the element |
No output schema declared.
No examples provided.
browser_wait_for ~63
Wait for text to appear or disappear or a specified time to pass
| Name | Type | Req | Description |
|---|---|---|---|
| text | string | — | The text to wait for |
| textGone | string | — | The text to wait for to disappear |
| time | number | — | The time to wait in seconds |
No output schema declared.
No examples provided.