Skip to content
Cursor

e2e runner for Cursor

io.github.fastslack/e2e-runner

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

client:Cursor transport:stdio runtime:npm

Install e2e runner in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

e2e runner in other clients