1. Conduid
  2. AI
  3. playwright-server-security
MCP server · AI

playwright-server-security

Model Context Protocol servers for Playwright

Unclaimed ai
39Low

Scored 3 months ago · breakdown

About playwright-server-security

playwright-server-security is an MCP server published by git+o0x1024 in the AI category: model Context Protocol servers for Playwright. It has been installed 0 times through Conduid.

Install

Install
npx @gelenlen/playwright-mcp-server-security
Claude Code
claude mcp add playwright-security -- npx -y @gelenlen/playwright-mcp-server-security
npx
npx -y @gelenlen/playwright-mcp-server-security

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about playwright-server-security

Powered by Claude · Grounded in docs

I know everything about playwright-server-security. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

Playwright MCP Server for Security 🎭

A Model Context Protocol server that provides browser automation capabilities using Playwright. This server enables LLMs to interact with web pages, take screenshots, generate test code, web scraps the page and execute JavaScript in a real browser environment.

Installation

You can install the package using either npm, mcp-get, or Smithery:

Using npm:

npm install -g @gelenlen/playwright-mcp-server-security

Installation in VS Code

Install the Playwright MCP server in VS Code using one of these buttons:

Alternatively, you can install the Playwright MCP server using the VS Code CLI:

# For VS Code
code --add-mcp '{"name":"playwright","command":"npx","args":["@gelenlen/playwright-mcp-server-security"]}'
# For VS Code Insiders
code-insiders --add-mcp '{"name":"playwright","command":"npx","args":["@gelenlen/playwright-mcp-server-security"]}'

After installation, the ExecuteAutomation Playwright MCP server will be available for use with your GitHub Copilot agent in VS Code.

Configuration to use Playwright Server

Here's the Claude Desktop configuration to use the Playwright server:

{
  "mcpServers": {
    "playwright": {
      "command": "npx",
      "args": ["-y", "@gelenlen/playwright-mcp-server-security"]
    }
  }
}

README mirrored from the source repository 3 months ago. The original is authoritative.

Questions

About playwright-server-security

How do I install playwright-server-security?

Run npx @gelenlen/playwright-mcp-server-security, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is playwright-server-security safe to use with an AI agent?

Its trust score is 39 out of 100 (low). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is playwright-server-security still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.