Install
MCP server — add to your Claude Code config (typically
~/.claude/mcp_settings.json or ~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"agent-e2e-harness": {
"command": "npx",
"args": [
"-y",
"@agent-e2e/harness"
]
}
}
}
Or smoke-test directly:
npx -y @agent-e2e/harness
Details
| Website | https://www.npmjs.com/package/@agent-e2e/harness |
|---|---|
| GitHub | git+https://github.com/aitoroses/agent-e2e-harness.git |
| License | unknown |
| Pricing | free |
| Tags | agent e2e mcp playwright testing automation |
| Sources | npm |
| Discovered | 2026-05-25 |