🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@valewnrt/testa-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@valewnrt/testa-mcp

npx launcher for the Testa MCP server (iOS Simulator E2E driver for AI agents). Requires the native `testa` binary — install it with Homebrew.

latest
Source
npmnpm
Version
0.2.1
Version published
Maintainers
1
Created
Source

@valewnrt/testa-mcp

Thin launcher for the Testa MCP server — drive the iOS Simulator from an AI agent: real HID gestures, token-efficient accessibility snapshots (~200 tokens/screen instead of screenshots), Vision-OCR fallback, deterministic replay flows.

This package ships no binary and downloads nothing. It locates an already-installed native testa and execs testa mcp, forwarding stdio verbatim.

Install the native binary first (macOS only)

brew tap valewnrt/testa
brew install testa
testa setup

Use

npx @valewnrt/testa-mcp            # 13 token-lean core tools
npx @valewnrt/testa-mcp --full     # all 40 tools (push, location, biometry, …)

Or register directly with Claude Code (no npm needed at all):

claude mcp add testa -- testa mcp

Environment: TESTA_BIN overrides binary discovery; --udid <udid> targets a specific simulator. Docs, flows, CI action and benchmarks: https://github.com/valewnrt/testa

Keywords

mcp

FAQs

Package last updated on 30 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts