JSON-driven E2E test runner with parallel Chrome pool execution and 16 MCP tools.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @matware/e2e-runner
MCP client config
{
"mcpServers": {
"mtw-e2e-runner": {
"command": "npx",
"args": [
"-y",
"@matware/e2e-runner"
]
}
}
}Run
docker run -i --rm docker.io/fastslack/e2e-runner-mcp:1.3.0
MCP client config
{
"mcpServers": {
"mtw-e2e-runner": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/fastslack/e2e-runner-mcp:1.3.0"
]
}
}
}