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

com.thenextgennexus/playwright-mcp-server

REMOTE · NEXGENDATA-MCP-PROXY.STEVE-CORBEIL.WORKERS.DEV · SCANNED SEP 20

Headless browser primitives for AI agents when sites need real JS rendering.

0 this week 74 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security71
Transport & Reachability100
Schema Quality & AI Usability52
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 584 tokens (~34/item across 17 items; 17 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage67
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 17 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 17 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities20
  • Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail
Install

How do I install the com.thenextgennexus/playwright-mcp-server server?

com.thenextgennexus/playwright-mcp-server is a hosted endpoint at https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/playwright-mcp-server/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · nexgendata-mcp-proxy.steve-corbeil.workers.dev

# add to Claude Code
claude mcp add --transport http com-thenextgennexus-playwright-mcp-server 'https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/playwright-mcp-server/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "com-thenextgennexus-playwright-mcp-server": {
      "url": "https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/playwright-mcp-server/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-thenextgennexus-playwright-mcp-server": {
      "type": "http",
      "url": "https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/playwright-mcp-server/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.com-thenextgennexus-playwright-mcp-server]
url = "https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/playwright-mcp-server/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-thenextgennexus-playwright-mcp-server": {
      "type": "remote",
      "url": "https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/playwright-mcp-server/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-thenextgennexus-playwright-mcp-server --url 'https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/playwright-mcp-server/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-thenextgennexus-playwright-mcp-server:
    url: "https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/playwright-mcp-server/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-thenextgennexus-playwright-mcp-server": {
      "Transport": "http",
      "Url": "https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/playwright-mcp-server/mcp"
    }
  }
}
# add to Vellum
assistant mcp add com-thenextgennexus-playwright-mcp-server -t streamable-http -u 'https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/playwright-mcp-server/mcp'
// mcp.json
{
  "mcpServers": {
    "com-thenextgennexus-playwright-mcp-server": {
      "type": "http",
      "url": "https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/playwright-mcp-server/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

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.

  • 4 Sept 26 0
    • Stability: 0.97 → pass security
  • 3 Sept 26 0
    • Stability: pass → 0.97 functional
  • 26 Aug 26 +2
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 25 Aug 26 +1
    • Stability: 0.97 → pass security
  • 24 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 5 Aug 26 0
    • HSTS header: unverified → fail security
    • DNSSEC: unverified → fail security
    • Authorization: unverified → fail security
    • HTTPS: pass → unverified security
    • TLS certificate: unverified → pass security
    • Transport: fail → pass security
    • MCP protocol: unverified → fail functional
    • Tool coverage: unverified → 100 functional
    • Stability: unverified → 0.33 functional
  • 4 Aug 26 0
    • DNSSEC: fail → unverified security
    • HSTS header: fail → unverified security
    • Stability: 0.27 → unverified security
    • Authorization: fail → unverified security
    • TLS certificate: pass → unverified security
    • Transport: pass → fail security
    • HTTPS: unverified → pass security
    • Capabilities: fail → unverified functional
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified 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 20 Sept 2026 · Probed https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/playwright-mcp-server/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=steve-corbeil.workers.dev CN=YE2,O=Let's Encrypt,C=US 24 Aug 2026 22 Nov 2026 ECDSA 256 ECDSA-SHA384 6b097fa4ba9dae2b923eca56e767c322dea
SANs: *.steve-corbeil.workers.dev, steve-corbeil.workers.dev
CN=YE2,O=Let's Encrypt,C=US (CA) CN=Root YE,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 ECDSA 384 ECDSA-SHA384 4df3b15dd6c0784c507cd37b58e6f115
CN=Root YE,O=ISRG,C=US (CA) CN=ISRG Root X2,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 ECDSA-SHA384 872165fc34b6e5fba8add5b3705fb53a
CN=ISRG Root X2,O=Internet Security Research Group,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 SHA256-RSA 6c8f1dc727c7117f7baf853ac980f9cd

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of nexgendata-mcp-proxy.steve-corbeil.workers.dev. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
dev. present 60074 8 Verified
workers.dev. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication Challenged, unverified

The endpoint asked for a token, but we could not retrieve and validate the RFC 9728 metadata that tells a client how to obtain one.

Result Challenged, unverified
Enforced On tool calls
HTTP status 200

WWW-Authenticate challenge Bearer realm="Apify API Token"

Bearer realm="Apify API Token"

Protected resource metadata

Retrieved No
Problem no_resource_metadata

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/playwright-mcp-server/mcp Verified 200
http (plaintext) http://nexgendata-mcp-proxy.steve-corbeil.workers.dev/playwright-mcp-server/mcp Inconclusive 405
MCP tools · 17 exposed · ~584 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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
click ~43

Click an element matched by CSS selector or visible text.

NameTypeReqDescription
buttonstring
double_clickboolean
selector
text

No output schema declared.

No examples provided.

close_browser ~16

Close the underlying browser, freeing resources.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

evaluate ~32

Evaluate JavaScript in the page context. Use `return` for values or an expression.

NameTypeReqDescription
scriptstringyes

No output schema declared.

No examples provided.

extract_table ~30

Extract a standard HTML table as a list of row objects keyed by header.

NameTypeReqDescription
selectorstring

No output schema declared.

No examples provided.

fill_form ~39

Fill multiple form fields from a list of {selector, value} and optionally submit.

NameTypeReqDescription
fieldsarrayyes
submitboolean

No output schema declared.

No examples provided.

get_cookies ~18

Return all cookies for the current browser context.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_html ~31

Return the HTML of the page or a specific element.

NameTypeReqDescription
outerboolean
selector

No output schema declared.

No examples provided.

get_links ~29

Collect all anchor hrefs, optionally filtered by regex.

NameTypeReqDescription
pattern
selector

No output schema declared.

No examples provided.

get_text ~24

Extract visible text from the page or a specific element.

NameTypeReqDescription
selector

No output schema declared.

No examples provided.

navigate ~37

Navigate the browser to a URL. Returns the final URL and page title.

NameTypeReqDescription
urlstringyes
wait_untilstring

No output schema declared.

No examples provided.

page_pdf ~39

Render the current page as PDF (headless only). Returns base64 PDF.

NameTypeReqDescription
format_string
landscapeboolean

No output schema declared.

No examples provided.

screenshot ~39

Take a PNG screenshot of the current page (or a specific element). Returns base64 PNG.

NameTypeReqDescription
full_pageboolean
selector

No output schema declared.

No examples provided.

scroll ~44

Scroll the page (or an element) in the given direction by `amount` pixels.

NameTypeReqDescription
amountinteger
directionstring
selector

No output schema declared.

No examples provided.

select_option ~40

Choose an option from a <select> element by value or visible label.

NameTypeReqDescription
label
selectorstringyes
value

No output schema declared.

No examples provided.

set_cookies ~24

Set cookies for the current browser context.

NameTypeReqDescription
cookiesarrayyes

No output schema declared.

No examples provided.

type_text ~54

Type text into an input/textarea. Optionally clear first or press Enter after.

NameTypeReqDescription
clearboolean
press_enterboolean
selectorstringyes
textstringyes

No output schema declared.

No examples provided.

wait_for ~45

Wait until a selector reaches a given state (visible|hidden|attached|detached).

NameTypeReqDescription
selector
statestring
timeoutinteger

No output schema declared.

No examples provided.

Common questions

What is the com.thenextgennexus/playwright-mcp-server server?

com.thenextgennexus/playwright-mcp-server is listed in the public MCP registry as com.thenextgennexus/playwright-mcp-server. Headless browser primitives for AI agents when sites need real JS rendering. This page covers its hosted endpoint (https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/playwright-mcp-server/mcp).

Is the com.thenextgennexus/playwright-mcp-server server safe to use?

com.thenextgennexus/playwright-mcp-server scores 74 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the com.thenextgennexus/playwright-mcp-server server expose?

com.thenextgennexus/playwright-mcp-server exposes 17 tools: navigate, screenshot, click, type_text, get_text, and 12 more. Their descriptions and schemas cost roughly 584 tokens of context every time the server is loaded.

Does the com.thenextgennexus/playwright-mcp-server server require authentication?

Yes. com.thenextgennexus/playwright-mcp-server asked us for credentials when we connected, so you will need to authorise it in your MCP client before it can do anything.

Is the com.thenextgennexus/playwright-mcp-server server still maintained?

com.thenextgennexus/playwright-mcp-server is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.