← Browse

@robertn702/playwright-mcp-electron

A

MCP server package @robertn702/playwright-mcp-electron

mcp_servermcp

Install

agr install @robertn702/playwright-mcp-electron --target claude

This artifact does not publish files for Claude.

Document

{ "name": "@robertn702/playwright-mcp-electron", "version": "0.1.0", "description": "Playwright Tools for MCP with Electron Support", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/robertn702/playwright-mcp-electron.git" }, "homepage": "https://github.com/robertn702/playwright-mcp-electron", "engines": { "node": ">=18" }, "author": { "name": "Microsoft Corporation" }, "contributors": [ { "name": "hotnsoursoup", "url": "https://github.com/hotnsoursoup" }, { "name": "robertn702", "url": "https://github.com/robertn702" } ], "license": "Apache-2.0", "keywords": [ "playwright", "electron", "mcp", "model-context-protocol", "automation", "testing", "browser", "desktop", "e2e" ], "scripts": { "build": "tsc", "build:extension": "tsc --project extension", "lint": "npm run update-readme && eslint . && tsc --noEmit", "update-readme": "node utils/update-readme.js", "watch": "tsc --watch", "watch:extension": "tsc --watch --project extension", "test": "playwright test", "ctest": "playwright test --project=chrome", "ftest": "playwright test --project=firefox", "wtest": "playwright test --project=webkit", "etest": "playwright test --project=chromium-extension", "run-server": "node lib/browserServer.js", "clean": "rm -rf lib && rm -rf extension/lib", "npm-publish": "npm run clean && npm run build && npm run test && npm publish" }, "exports": { "./package.json": "./package.json", ".": { "types": "./index.d.ts", "default": "./index.js" } }, "dependencies": { "@modelcontextprotocol/sdk": "^1.11.0", "commander": "^13.1.0", "debug": "^4.4.1", "mime": "^4.0.7", "playwright": "1.54.0", "ws": "^8.18.1", "zod": "^3.24.1", "zod-to-json-schema": "^3.24.4" }, "devDependencies": { "@eslint/eslintrc": "^3.2.0", "@eslint/js": "^9.19.0", "@playwright/test": "1.54.0", "@stylistic/eslint-plugin": "^3.0.1", "@types/chrome": "^0.0.315", "@types/debug": "^4.1.12", "@types/node": "^22.13.10", "@types/ws": "^8.18.1", "@typescript-eslint/eslint-plugin": "^8.26.1", "@typescript-eslint/parser": "^8.26.1", "@typescript-eslint/utils": "^8.26.1", "eslint": "^9.19.0", "eslint-plugin-import": "^2.31.0", "eslint-plugin-notice": "^1.0.0", "typescript": "^5.8.2" }, "bin": { "mcp-server-playwright-electron": "cli.js" } }

Trustgrade A

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • warnType matchbest-effort: server code not analyzed

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • passLicense

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-0bfc65a6ce302026-08-06