Ruto Phone
БесплатноНе проверенAutomates Android devices via ADB with vision-based agent, touch controls, and skill-driven task execution.
Описание
Automates Android devices via ADB with vision-based agent, touch controls, and skill-driven task execution.
README
Ruto Phone MCP is a phone automation toolkit for Android devices.
It can run on the phone itself, or on any other machine that can reach the phone through adb. With a vision-capable model, it can observe screenshots, operate the device, and complete multi-step tasks. It can also expose the same capabilities as an MCP server, so tools such as OpenClaw and PicoClaw can control the phone indirectly.
QQ Group: Join the group. You can also share your own app operating manuals and SKILL.md instructions there.
Discussions: GitHub Discussions
What It Can Do
- Control an Android device through touch, swipe, back, home, launch-app, and app inspection tools.
- Run an interactive agent from the command line with screenshots and tool callbacks.
- Expose the phone controller and the task-running agent through MCP.
- Load local
SKILL.mdfiles so the model can follow product-specific operating instructions.
TODO
- Add a web UI for phone control, task execution, and session inspection.
- Make configuration easier to edit and validate.
- Add built-in skill management for install, update, enable, disable, and uninstall flows.
- Support more notification channels for task progress and completion events.
Contributing
My time is limited and work is busy, so progress on the project will not always be fast. If you find this project useful, you are welcome to join development, improve documentation, contribute skills, and help make the whole system more complete.
Deployment Model
You can use this project in either of these setups:
- Install and run it directly on an Android environment.
- Install and run it on another device, as long as that device can access the phone through
adb.
Typical examples:
- Run on a PC and connect to a USB Android phone.
- Run on a server, mini PC, or SBC that can reach the phone through
adb connect. - Run locally on Android if the Python environment is available there.
Installation
- Download and extract this repository to the phone, or to another device that can access the phone through
adb. - Install Python 3.10+.
- Install dependencies:
pip install -r requirements.txt
Configuration
Runtime configuration is loaded in this order:
config/...config-example/...
That means you can copy the example files and then edit only what you need.
Available example files:
config-example/agent.jsonconfig-example/server.jsonconfig-example/phone.json
Recommended setup:
config/
agent.json
server.json
phone.json
agent.json
Used by the vision agent.
Main fields:
base_url: OpenAI-compatible API base URL.model_id: Model name.auth.api_key: API key.extra_body: Provider-specific request body fields.skills_dir: Local skills directory.
server.json
Used by the MCP server.
Main fields:
hostporttransport:stdio,http, orstreamable-httpmount_pathstreamable_http_pathagent_config: Path to the agent config file
phone.json
Used by the phone controller.
Main fields:
adb: adb executable name or pathdevice_id: optional adb device id
Command Line Agent
Run:
python run_agent_test.py
This starts the interactive agent loop. You can enter a task in natural language, and the agent will:
- capture a screenshot
- analyze the current screen with the model
- call one tool at a time
- continue until it calls
finish
Use this when you want to directly command the phone from a terminal.
MCP Server
Run:
python run_server.py
Or select a transport explicitly:
python run_server.py --transport stdio
python run_server.py --transport http
python run_server.py --transport streamable-http
This starts the MCP server and exposes tools such as phone actions and the task method.
The task method runs the agent to completion and streams intermediate events such as:
Assistant: ...Tool: ...Tool Result (...): ...
Using With OpenClaw / PicoClaw
This project can be used as the phone-control backend for MCP-capable clients such as OpenClaw and PicoClaw.
Recommended transport: streamable-http
Example client-side MCP config:
{
"servers": {
"ruto-phone": {
"enabled": true,
"type": "streamable-http",
"url": "http://127.0.0.1:8000/mcp"
}
}
}
Then start the server with:
python run_server.py --transport streamable-http
Use http if you need plain HTTP transport support. Otherwise prefer streamable-http for MCP clients.
SKILLS
The skills/ directory is for local operating manuals for the model.
A skill is not just a feature description. It should help the model avoid mistakes and complete tasks faster, as if you were explaining how to use a piece of software to someone who has never used it before.
Use skills for things like:
- app-specific navigation rules
- business workflows
- fragile UI procedures
- naming conventions for buttons, tabs, and menus
- what to do when a dialog or special page appears
Skill format:
skills/
your-skill-name/
SKILL.md
The agent reads skill metadata from SKILL.md, and can call load_skill(name) when it needs the full instructions.
Repository Entry Points
run_agent_test.py: start the interactive terminal agentrun_server.py: start the MCP serversrc/ruto_phone_mcp/phone.py: phone control implementationsrc/ruto_phone_mcp/agent.py: agent loop implementationsrc/ruto_phone_mcp/server.py: MCP server implementation
Donation
If this project helps you, you can support the author here.
| Donate | 捐赠 | 捐贈 |
|---|
Donate
If you like this app, please consider donating!
如果您喜欢这个应用,请考虑捐赠!
Alipay
WeChat Pay
Binance
Установка Ruto Phone
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/iamr0s/ruto-phone-mcpFAQ
Ruto Phone MCP бесплатный?
Да, Ruto Phone MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Ruto Phone?
Нет, Ruto Phone работает без API-ключей и переменных окружения.
Ruto Phone — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Ruto Phone в Claude Desktop, Claude Code или Cursor?
Открой Ruto Phone на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Compare Ruto Phone with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории productivity




