Stats
Actions
Tags
From cross-ai-plugin
Provides browser automation and testing capabilities via Playwright, enabling Claude to perform web interactions, take screenshots, scrape content, and run end-to-end tests locally.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"browsertest": {
"command": "npx",
"args": [
"@playwright/mcp@latest"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub jlucaspains/demo-ai-plugin --plugin cross-ai-plugin