Skip to content
Claude Desktop

testa for Claude Desktop

io.github.valewnrt/testa

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

client:Claude Desktop transport:stdio runtime:npm

Install testa in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "testa": {
      "command": "npx",
      "args": [
        "-y",
        "@valewnrt/testa-mcp"
      ],
      "env": {
        "TESTA_MCP_FULL": "<TESTA_MCP_FULL>",
        "TESTA_UDID": "<TESTA_UDID>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

testa in other clients