mcpbeat Sign in

Testiv MCP Server

local only

Testiv runs on your own machine — the client starts it, so there is no endpoint to ping. 161 installs a week from npm. Last commit 7 Sep 2026.

Local-first visual regression for AI agents: verdicts, diff images, explain_snapshot. No API key.

Installs per day peak 147 · avg 28 · +193% w/w
a month agotoday
161
Installs / week
npm · @testivai/mcp
4
Stars
0 open issues
7 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What changed 33

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 17 August 2026. No other catalogue keeps this.

18 Sep the owner changed
17 Sep the owner changed
16 Sep the owner changed
15 Sep the owner changed
14 Sep the owner changed
13 Sep the owner changed
12 Sep the owner changed
11 Sep the owner changed
10 Sep the owner changed
9 Sep the owner changed
and 23 more, back to 17 August 2026

What the code does

We read the source, 7 d ago · rules 3dff92dd89df

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.

Package points at a different repository mcbuddy/testivai-oss
пакет @testivai/mcp ссылается на testivai/testivai-oss
      pb = new ProcessBuilder(parts);
  return { root, reportDir: path.join(root, reportDir) };
  const stdout = execSync(command, { encoding: 'utf-8', stdio: ['ignore', 'pipe', 'inherit'] });
Runs an external command python/src/testivai/runner.py:58
    completed = subprocess.run(cmd, cwd=str(project_root or Path.cwd()))
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/release-action.yml:71
      - name: Force-update major tag to source tag
        env:
          SRC_TAG: ${{ steps.resolve.outputs.src_tag }}

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

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 mcp -- npx -y @testivai/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@testivai/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@testivai/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@testivai/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@testivai/mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Testiv

same job, measured the same way
Dungbeetle
by dungbeetle

Visual regression & snapshot testing for AI agents — list runs, read semantic diffs, review.

42 installs/wk local only
Browserbash
by pramoddutta

Plain-English browser tests for AI agents: real Chrome, deterministic verdicts. Free, no API keys.

95 installs/wk local only
Agentsnap
by mukundakatta

Snapshot tests for AI tool-call traces: diff, validate, and catch silent regressions.

31 installs/wk local only
Regex
by rog0x

Regex test, explain, replace patterns for AI agents

27 installs/wk local only
Lastest
by las-team

Run visual regression tests, review diffs, and manage baselines on a Lastest instance.

37 installs/wk local only
MCP Test Runner
by lovranran

Local test execution and coverage summaries for onboarding agents.

63 installs/wk local only
Reelier
by seldonframe

Snapshot tests and CI for agent workflows: record a run, replay it at 0 tokens, diff for drift.

185 installs/wk local only
Agent Eval
by rudrendupaul

Statistical regression testing for LLM agents: p-value, effect size, and CI on behavior change.

161 installs/wk local only

Testiv — questions

Answers built from our own checks of this server.

Why is there no uptime for Testiv?
Testiv 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 @testivai/mcp was installed 161 times last week.
How do I connect Testiv?
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 @testivai/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Testiv?
The npm package @testivai/mcp was installed 161 times in the last week. Week over week that is +193%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Testiv open source?
Yes — it is published under the MIT licence, written in TypeScript and 4 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.