消息、审批和发帖都在没有 API 的移动应用内完成,大多数自动化只能停在浏览器门口。把一台没有护栏的手机交给 AI,也是绝对不可接受的。
Melaya 让这件事有规可循:智能体在明确的逐应用 allowlist 下操作你的手机,一键可撤销,全程可在屏幕上观察。
在 Android 上安装 Melaya 应用,扫描 QR 码,并授予可以随时撤销的权限。
逐个应用授予访问权限。不在 allowlist 里的应用一律无法触及。
智能体看到屏幕,一次执行一步,并验证每个结果。随时实时观看、审批或停止。
Melaya 是一个远程 MCP 服务器,一个端点就能把本页面的手机工具交给任何 MCP 客户端。你通过 OAuth 登录并自行决定授予哪些权限。防护措施不会改变,因为执行它们的是手机本身。



api.melaya.org/mcp OAuth 2.1一个端点,35 个工具。无需安装,无需 SDK。在 Melaya 设置中断开连接,该连接就无法再自行续期。
Device Control 把已配对的 Android 手机作为另一种工具表面交给智能体。智能体观察、选择一个小动作、等待手机结果,然后用同样的日志、HITL、模型路由和 run 历史继续。
phone.open_app()Read the accessibility tree when structured labels are available, or capture a screenshot when visual layout matters.
phone.read_screen()Tap, click text, input text, scroll, swipe, go home, go back, open apps, open URLs, and wait for UI state changes.
phone.tap()Run phone workflows from the workspace where teams already manage agents, templates, approvals, connectors, and history.
用户可以查看手机上的已安装应用、搜索应用,并按应用授权。服务器在命令入队前检查 allowlist。Android 在执行前再次检查前台应用。
Search installed apps
Server checks the allowlist. The phone checks the foreground app again before executing.
手机 UI 是动态的。正确模式是观察、行动、验证,然后继续。Melaya 避免从记忆里盲目连点。
Read the current app, screen tree, or screenshot so the agent knows what is actually visible.
Choose the smallest safe next action and check app scope before the command is accepted.
Android Accessibility performs the tap, gesture, text input, app launch, or global action.
The phone posts the result, the UI updates, and the run pauses for HITL when the action is sensitive.
在 APK 内,用户不需要递归的手机预览。需要的是可见的工作 overlay、立即停止、HITL 状态,以及 run 完成、被 kill 或暂停后回到 Melaya。

运行中全程可见控制,随时一键停止,运行结束后恢复原始应用状态。
Android 要求重要步骤由用户掌控。Melaya 把它做成清晰路径。
Install or open the Melaya Android app.
Pair the phone with QR or deep link.
Allow restricted settings if Android asks because the app is sideloaded.
Enable Melaya Phone Control in Accessibility settings.
Grant the apps agents may access from Apps on your phone.
Device Control 明确展示所有权、范围、可见性和撤销能力。安全不只依赖 prompt 文案。
直接了解 Android AI 智能体、应用访问、人工审批、隐私、设备配对、实时可见性、电池使用与移动自动化边界。
不能。已拦截的应用受服务端策略拒绝,且在操作执行前还会在设备上再次核验。
不能。Android 要求用户手动开启无障碍功能。旁加载的 APK 还可能需要允许受限设置。
不。镜像路径计划采用 Socket.IO 二进制帧传输、canvas 渲染,并在压力下丢弃旧帧,始终保留最新帧。
不一样。iOS 不向第三方应用开放 Android 风格的无障碍控制接口。任何 iOS 版本都需要单独基于 Shortcuts 或 App Intents 进行设计。
工作中的悬浮层始终置顶,并显示停止按钮。轻点一次即可取消运行,手机恢复到之前的状态。
实时镜像仅在你观看时通过已认证的 socket 传输,帧数据从不存储。智能体只读取你允许的应用。
可以。每台设备持有一个可撤销的 token,你随时可以在设备控制中删除,删除后立即终止其访问权限。
截屏和轮询仅在运行期间启动,运行结束后立即停止,空闲时对电量的影响微乎其微。