mcpbeat Sign in

Testa MCP Server

local only

Testa runs on your own machine — the client starts it, so there is no endpoint to ping. 27 installs a week from npm. Last commit 30 Jul 2026.

Drive the iOS Simulator from an agent: read the screen, tap/type/swipe, replay flows in CI.

Installs per day peak 8 · avg 4 · +71% w/w
a month agotoday
27
Installs / week
npm · @valewnrt/testa-mcp
2
Stars
0 open issues
30 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Swift

What the code does

We read the source, 17 h 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.

File ships in the package but is absent from the source [пакет] bin/testa-mcp.js:1
этот файл ставится пользователю, но в репозитории его нет
  const child = spawn(bin, ['mcp', ...process.argv.slice(2)], { stdio: 'inherit' });
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/xcode-beta.yml:66
      - name: Select ${{ matrix.xcode }}
        env:
          XCODE: ${{ matrix.xcode }}

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

This one needs environment variables set before it will start: TESTA_MCP_FULL (Set to 1 to expose all 40 tools instead of the 13-tool token-lean default.), TESTA_UDID (Target a specific simulator UDID instead of the booted one.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Testa

same job, measured the same way
Smolanalytics
by arjun0606

End-to-end tests from one sentence: an agent drives a real browser, and passing runs replay free.

166 installs/wk local only
adb-mcp: Android emulator and device control over adb
by iksnerd

Drive an Android emulator or device over adb: screenshot, inspect UI, tap, type, build and test.

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
Tapp
by aarwitz

Test iOS, Android, and web apps with agent exploration, replayable flows, and CI gates.

1 225 installs/wk local only
Octoperf
by octoperf

Drive OctoPerf load testing from any AI agent: import, edit, validate, run scenarios, read metrics.

answering
Siteglass
by siteglass

Archive any URL to a shareable rrweb/pdf/png snapshot + agent-driven web QA (scan, run E2E flows).

63 installs/wk local only
Agent Identity MCP
by flovoice53-tech

Gives an AI agent a disposable email and a real UK phone number to test signup flows.

42 installs/wk local only
D
Ceraph
by ceraph

MCP server for agent-driven React Native and Expo development and mobile testing

656 installs/wk local only

Testa — questions

Answers built from our own checks of this server.

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