Odel
mtw e2e runner

mtw e2e runner

Local
@fastslack3JavaScriptApache-2.0Updated 3mo ago

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).

npm@matware/e2e-runnerv1.3.0

Run

npx -y @matware/e2e-runner

MCP client config

{
  "mcpServers": {
    "mtw-e2e-runner": {
      "command": "npx",
      "args": [
        "-y",
        "@matware/e2e-runner"
      ]
    }
  }
}
Dockerdocker.io/fastslack/e2e-runner-mcp:1.3.0

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"
      ]
    }
  }
}