Odel
playwright mcp

playwright mcp

Local
@microsoft37kTypeScriptApache-2.0Updated 1w ago

Playwright Tools for MCP

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@playwright/mcpv0.0.79

Run

npx -y @playwright/mcp

MCP client config

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