Stable UUIDs
Targets remain clear when names or runtime serials change.
Codex, Claude Code, Cursor, and Gemini can start devices, install apps, operate interfaces, and inspect screenshots through a local control plane.
npm install -g droidlume-agent-controlThere is no second macOS app and no private ADB surface. The CLI and MCP server only access a versioned loopback API.
Agents can read tool schemas, timeouts, and error codes. Screenshots return as native MCP image content.
{
"mcpServers": {
"droidlume": {
"command": "npx",
"args": ["-y",
"droidlume-agent-control",
"mcp"]
}
}
}Targets remain clear when names or runtime serials change.
The client streams APK data into DroidLume for install.
Read state and use PNG captures to verify the interface.
Standard SKILL.md support for major coding agents.
The CLI, MCP server, and Skill are all distributed through npm.
The DroidLume Mac app provides devices; Agent Control automates them.
The Skill, npm CLI, MCP server, and documentation use the MIT License.
The control endpoint listens on 127.0.0.1 and MCP runs over local stdio.
Install the npm package, then choose your Agent Skill directory.