Skip to content
Gemini CLI

Ghost in the Droid for Gemini CLI

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:Gemini CLI transport:stdio runtime:pypi

Install Ghost in the Droid in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "android-agent": {
      "command": "uvx",
      "args": [
        "ghost-in-the-droid"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Ghost in the Droid in other clients