docker-android (MCP Server)

GitHub

Android in docker solution with noVNC supported and video recording

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "docker-android": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-docker-android"
      ]
    }
  }
}