Skip to content
Grok

agent-device for Grok

io.github.callstack/agent-device

MCP server for mobile app automation: verify, control, and debug iOS, Android, TV, and desktop 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

agent-device in other clients