Help us improve
Share bugs, ideas, or general feedback.
From pw
Integrates Playwright with BrowserStack for remote cross-browser testing and automation. Runs locally as subprocess, requires BrowserStack username and access key.
npx claudepluginhub alirezarezvani/claude-skills --plugin pwCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"pw-browserstack": {
"command": "npx",
"args": [
"tsx",
"${CLAUDE_PLUGIN_ROOT}/integrations/browserstack-mcp/src/index.ts"
],
"env": {
"BROWSERSTACK_USERNAME": "${BROWSERSTACK_USERNAME}",
"BROWSERSTACK_ACCESS_KEY": "${BROWSERSTACK_ACCESS_KEY}"
}
}
}
}Replace placeholder values for: BROWSERSTACK_ACCESS_KEY
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
BROWSERSTACK_USERNAME=${BROWSERSTACK_USERNAME}BROWSERSTACK_ACCESS_KEY=${BROWSERSTACK_ACCESS_KEY}Sensitive values you must provide — never committed to source control