← Index

io.github.fastslack/e2e-runner

io.github.fastslack/e2e-runner·v1.3.0·Cloud Storage
Quality Score
84
/100

JSON-driven E2E test runner with parallel Chrome pool execution and 16 MCP tools.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "e2e-runner": {
      "command": "npx",
      "args": [
        "-y",
        "@matware/e2e-runner"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "e2e-runner": {
      "command": "npx",
      "args": [
        "-y",
        "@matware/e2e-runner"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @matware/e2e-runner
Claude Desktop (Docker)
{
  "mcpServers": {
    "e2e-runner": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "docker.io/fastslack/e2e-runner-mcp:1.3.0"
      ]
    }
  }
}
§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Cloud Storage