Skip to content
VS Code

Ghost in the Droid for VS Code

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:VS Code transport:stdio runtime:pypi

Install Ghost in the Droid in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Ghost in the Droid in other clients