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
{
"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