device manager mcp for Grok
io.github.vladkarpman/device-manager-mcp
MCP server for fast Android device interaction with scrcpy acceleration (~50ms latency).
client:Grok
transport:stdio
runtime:pypi
Install device manager mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"device-manager-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"device-manager-mcp"
]
}
}
}
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