devicecloud for Grok
io.github.rubenglez/devicecloud
Triage failing DeviceCloud Maestro test runs: fail reasons, screenshots, flaky-flow analytics
client:Grok
transport:stdio
runtime:npm
Install devicecloud in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"devicecloud": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"devicecloud-mcp"
],
"env": {
"DEVICE_CLOUD_API_KEY": "<DEVICE_CLOUD_API_KEY>"
}
}
}
}
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