Skip to content
Grok

Agent Droid Bridge for Grok

io.github.neverlow512/agent-droid-bridge

MCP server giving AI agents eyes and hands inside Android devices via ADB

client:Grok transport:stdio runtime:pypi

Install Agent Droid Bridge in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "agent-droid-bridge": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "agent-droid-bridge"
      ],
      "env": {
        "ADB_EXECUTION_MODE": "<ADB_EXECUTION_MODE>",
        "ADB_ALLOW_SHELL": "<ADB_ALLOW_SHELL>",
        "ADB_PATH": "<ADB_PATH>",
        "ADB_EXTRA_TOOL_PACKS": "<ADB_EXTRA_TOOL_PACKS>",
        "ADB_DENIED_TOOLS": "<ADB_DENIED_TOOLS>",
        "ADB_SHELL_ALLOWLIST": "<ADB_SHELL_ALLOWLIST>",
        "ADB_SHELL_DENYLIST": "<ADB_SHELL_DENYLIST>",
        "MCP_LOG_ENABLED": "<MCP_LOG_ENABLED>",
        "MCP_LOG_DIR": "<MCP_LOG_DIR>",
        "ADB_LOG_LEVEL": "<ADB_LOG_LEVEL>",
        "ADB_COMMAND_TIMEOUT": "<ADB_COMMAND_TIMEOUT>",
        "ADB_SCREENSHOT_TIMEOUT": "<ADB_SCREENSHOT_TIMEOUT>",
        "ADB_UI_CHANGE_TIMEOUT": "<ADB_UI_CHANGE_TIMEOUT>",
        "ADB_UI_CHANGE_POLL_INTERVAL": "<ADB_UI_CHANGE_POLL_INTERVAL>",
        "ADB_AAPT_TIMEOUT": "<ADB_AAPT_TIMEOUT>",
        "ADB_CONFIG_SOURCE": "<ADB_CONFIG_SOURCE>"
      }
    }
  }
}

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

Agent Droid Bridge in other clients