Skip to content
VS Code

tapp for VS Code

io.github.aarwitz/tapp

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

client:VS Code transport:stdio runtime:npm

Install tapp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

tapp in other clients