Used by 1 plugin
Add to your .mcp.json:
{
"mcpServers": {
"pw-structure": {
"command": "npx",
"args": [
"-y",
"@playwright/mcp@0.0.55",
"--snapshot-mode",
"incremental",
"--image-responses",
"omit",
"--console-level",
"error",
"--block-service-workers",
"--timeout-action",
"3000",
"--output-dir",
"${CLAUDE_PLUGIN_ROOT}/.playwright-output",
"--isolated"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
npx