Stats
Actions
Tags
From flowspec
Runs a local Playwright MCP server that enables browser automation, page navigation, element interaction, screenshots, and web scraping via Playwright.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"playwright-test": {
"command": "npx",
"args": [
"-y",
"@playwright/mcp"
]
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub jpoley/flowspec --plugin flowspec