Skip to content
Grok

e2e runner for Grok

io.github.fastslack/e2e-runner

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

client:Grok transport:stdio runtime:npm

Install e2e runner in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "e2e-runner": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@matware/e2e-runner"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

e2e runner in other clients