Ghost in the Droid for Grok
io.github.ghost-in-the-droid/android-agent
Give any LLM agent a real Android or iPhone as its body. 62 MCP tools for mobile automation.
client:Grok
transport:stdio
runtime:pypi
Install Ghost in the Droid in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"android-agent": {
"type": "stdio",
"command": "uvx",
"args": [
"ghost-in-the-droid"
]
}
}
}
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