mobile device mcp for Grok
io.github.saranshbamania/mobile-device-mcp
AI control of Android/iOS devices. Screenshots, UI tree, AI vision, Flutter, video. 49 tools.
client:Grok
transport:stdio
runtime:npm
Install mobile device mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mobile-device-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mobile-device-mcp"
],
"env": {
"GOOGLE_API_KEY": "<GOOGLE_API_KEY>",
"MOBILE_MCP_LICENSE_KEY": "<MOBILE_MCP_LICENSE_KEY>",
"MCP_ADB_PATH": "<MCP_ADB_PATH>",
"MCP_DEFAULT_DEVICE": "<MCP_DEFAULT_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