Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.dinesh-nalla-se/playwright-mcp

NPM · @DINESH-NALLA-SE/PLAYWRIGHT-MCP · 2 COMPONENTS · SCANNED AUG 3

Playwright Tools for MCP

−14 this week 64 Trust /100
Trust breakdown (6 categories)

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
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.

Install

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

# add to Claude Code
claude mcp add dinesh-nalla-se-playwright-mcp -- npx -y @dinesh-nalla-se/playwright-mcp
# add to Codex CLI
codex mcp add dinesh-nalla-se-playwright-mcp -- npx -y @dinesh-nalla-se/playwright-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dinesh-nalla-se-playwright-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@dinesh-nalla-se/playwright-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add dinesh-nalla-se-playwright-mcp --command npx --arg -y --arg @dinesh-nalla-se/playwright-mcp
# ~/.hermes/config.yaml
mcp_servers:
  dinesh-nalla-se-playwright-mcp:
    command: "npx"
    args: ["-y", "@dinesh-nalla-se/playwright-mcp"]
// mcp.json
{
  "mcpServers": {
    "dinesh-nalla-se-playwright-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@dinesh-nalla-se/playwright-mcp"
      ]
    }
  }
}
Changelog

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
Diagnostics

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.

MCP tools — 22 exposed · ~1,243 tokens

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.

Tool Tokens
browser_click ~94

Perform click on a web page

NameTypeReqDescription
buttonstringButton to click, defaults to left
doubleClickbooleanWhether to perform a double click instead of a single click
elementstringyesHuman-readable element description used to obtain permission to interact with the element
modifiersarrayModifier keys to press
refstringyesExact 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

NameTypeReqDescription
onlyErrorsbooleanOnly return error messages

No output schema declared.

No examples provided.

browser_drag ~94

Perform drag and drop between two elements

NameTypeReqDescription
endElementstringyesHuman-readable target element description used to obtain the permission to interact with the element
endRefstringyesExact target element reference from the page snapshot
startElementstringyesHuman-readable source element description used to obtain the permission to interact with the element
startRefstringyesExact source element reference from the page snapshot

No output schema declared.

No examples provided.

browser_evaluate ~81

Evaluate JavaScript expression on page or element

NameTypeReqDescription
elementstringHuman-readable element description used to obtain permission to interact with the element
functionstringyes() => { /* code */ } or (element) => { /* code */ } when element is provided
refstringExact target element reference from the page snapshot

No output schema declared.

No examples provided.

browser_file_upload ~46

Upload one or multiple files

NameTypeReqDescription
pathsarrayThe 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

NameTypeReqDescription
fieldsarrayyesFields to fill in

No output schema declared.

No examples provided.

browser_handle_dialog ~44

Handle a dialog

NameTypeReqDescription
acceptbooleanyesWhether to accept the dialog.
promptTextstringThe 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

NameTypeReqDescription
elementstringyesHuman-readable element description used to obtain permission to interact with the element
refstringyesExact 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

NameTypeReqDescription
urlstringyesThe 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

NameTypeReqDescription
keystringyesName 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

NameTypeReqDescription
heightnumberyesHeight of the browser window
widthnumberyesWidth of the browser window

No output schema declared.

No examples provided.

browser_run_code ~70

Run Playwright code snippet

NameTypeReqDescription
codestringyesPlaywright 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

NameTypeReqDescription
elementstringyesHuman-readable element description used to obtain permission to interact with the element
refstringyesExact target element reference from the page snapshot
valuesarrayyesArray 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.

NameTypeReqDescription
actionstringyesOperation to perform
indexnumberTab 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.

NameTypeReqDescription
elementstringHuman-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.
filenamestringFile 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.
fullPagebooleanWhen true, takes a screenshot of the full scrollable page, instead of the currently visible viewport. Cannot be used with element screenshots.
refstringExact 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.
typestringImage format for the screenshot. Default is png.

No output schema declared.

No examples provided.

browser_type ~112

Type text into editable element

NameTypeReqDescription
elementstringyesHuman-readable element description used to obtain permission to interact with the element
refstringyesExact target element reference from the page snapshot
slowlybooleanWhether to type one character at a time. Useful for triggering key handlers in the page. By default entire text is filled in at once.
submitbooleanWhether to submit entered text (press Enter after)
textstringyesText 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

NameTypeReqDescription
textstringThe text to wait for
textGonestringThe text to wait for to disappear
timenumberThe time to wait in seconds

No output schema declared.

No examples provided.