agent-droid-bridge

Neverlow512/agent-droid-bridge
★ 14 stars Python 🤖 AI/LLM Updated 1d ago
Agent Droid Bridge gives AI agents programmatic control over Android devices and emulators via ADB, exposed as an MCP server.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agent-droid-bridge": {
      "command": "uvx",
      "args": [
        "agent-droid-bridge"
      ]
    }
  }
}

Or install with pip: pip install agent-droid-bridge

Topics

adbagentic-aiandroidclaude-codecursormcp-server