From reverse-api-engineer
Local stdio MCP server providing Playwright tools for browser automation, end-to-end testing, screenshots, tracing, and web interactions.
npx claudepluginhub kalil0321/reverse-api-engineer --plugin reverse-api-engineerAdd to your .mcp.json:
{
"mcpServers": {
"rae-playwright-mcp": {
"command": "npx",
"args": [
"rae-playwright-mcp@latest",
"run-mcp-server"
]
}
}
}npx