mcpbeat Sign in

E2e Runner MCP Server

by fastslack Your server? Claim it
local only

E2e Runner runs on your own machine — the client starts it, so there is no endpoint to ping. 53 installs a week from npm. Last commit 8 Jun 2026.

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

Installs per day peak 19 · avg 8 · +16% w/w
a month agotoday
53
Installs / week
npm · @matware/e2e-runner
3
Stars
0 open issues
8 Jun 2026
Last commit
0 releases in 90 days
Apache-2.0
License
JavaScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call e2e_list.cwd → src/mcp-tools.js:914, e2e_list.cwd → src/mcp-tools.js:993, e2e_pool_status.cwd → src/mcp-tools.js:1578 и ещё 2
  fs.writeFileSync(filePath, JSON.stringify(content, null, 2) + '\n');
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    const screenshotPath = path.join(config.screenshotsDir, filename);
      const visible = await page.$eval(selector, (e) => {
Image runs as root Dockerfile.full:25
USER root

# Install Node.js 20 (base image ships Node 18, runner requires >=20)
  p.innerHTML=highlightJson(text);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add e2e-runner -- npx -y @matware/e2e-runner
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "e2e-runner": {
      "args": [
        "-y",
        "@matware/e2e-runner"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.e2e-runner]
command = "npx"
args = ["-y", "@matware/e2e-runner"]
.cursor/mcp.json
{
  "mcpServers": {
    "e2e-runner": {
      "args": [
        "-y",
        "@matware/e2e-runner"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "e2e-runner": {
      "args": [
        "-y",
        "@matware/e2e-runner"
      ],
      "command": "npx"
    }
  }
}

Alternatives to E2e Runner

same job, measured the same way
nodriver — undetected browser automation
by andresolbach

Undetected anti-bot Chrome automation. 65 tools, parallel isolated browsers.

470 installs/wk local only
MCP Browser
by cherchyk

Browser automation using the user's Chromium session — JS execution, auth, and anti-bot support.

297 installs/wk local only
kite-lite
by mauricioperera

Fetch, parse, screenshot and browse pages via MCP without a real browser -- no JS execution.

local only
Agent360 Browser MCP
by agent360dk

Drive your real, logged-in Chrome from any AI agent - 40 tools. Needs our Chrome extension too.

1 456 installs/wk local only
I
Behavior Runtime MCP
by putervision

In-browser ~60Hz behavior tree execution engine with reactive triggers and safety guardrails.

4 139 installs/wk local only
DOMShell
by apireno

Drive Chrome with filesystem commands (ls, cd, grep, click, type). One MCP tool, multi-agent.

122 installs/wk local only
Real Browser
by ofershap

MCP server + Chrome extension for AI browser control with real sessions.

83 installs/wk local only
unbrowser by Unchained
by protostatis

Chrome-free MCP web access for agents with low-token page maps and browser escalation hints.

579 installs/wk local only

E2e Runner — questions

Answers built from our own checks of this server.

Why is there no uptime for E2e Runner?
E2e Runner runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @matware/e2e-runner was installed 53 times last week.
How do I connect E2e Runner?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @matware/e2e-runner straight from npm; nothing to host, nothing to sign up for.
How many people use E2e Runner?
The npm package @matware/e2e-runner was installed 53 times in the last week. Week over week that is +16%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is E2e Runner open source?
Yes — it is published under the Apache-2.0 licence, written in JavaScript and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.