agent-device for Grok
io.github.callstackincubator/agent-device
Let AI agents inspect, control, and debug real iOS, Android, desktop, and TV apps
client:Grok
transport:stdio
runtime:npm
Install agent-device in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"agent-device": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-device"
]
}
}
}
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