MobiLoop for Grok
io.github.enessubass/mobiloop-mcp
Guarded AI mobile Appium testing, security scanning, verification, and fix-retest MCP tools.
client:Grok
transport:stdio
runtime:oci
Install MobiLoop in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mobiloop-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/enessubass/mobiloop-mcp:0.1.0-alpha.14"
],
"env": {
"MOBILOOP_WORKSPACE_ROOT": "<MOBILOOP_WORKSPACE_ROOT>",
"APPIUM_SERVER_URL": "<APPIUM_SERVER_URL>"
}
}
}
}
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