Odel
tapp

tapp

Local
@aarwitzJavaScriptMITUpdated 4 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@aarwitz/tappv0.17.3

Run

npx -y @aarwitz/tapp

MCP client config

{
  "mcpServers": {
    "tapp": {
      "command": "npx",
      "args": [
        "-y",
        "@aarwitz/tapp"
      ]
    }
  }
}