testa for Grok
io.github.valewnrt/testa
Drive the iOS Simulator from an agent: read the screen, tap/type/swipe, replay flows in CI.
client:Grok
transport:stdio
runtime:npm
Install testa in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"testa": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@valewnrt/testa-mcp"
],
"env": {
"TESTA_MCP_FULL": "<TESTA_MCP_FULL>",
"TESTA_UDID": "<TESTA_UDID>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs