Control your Mac from Android phone with AI.
Android App ←→ WebSocket (8765) ←→ OpenCode Plugin ←→ MCP Binary ←→ Mac
- Real-time screen streaming
- Tappable screenshot (click by coordinates)
- Quick action buttons (keyboard shortcuts)
- Chat with OpenCode agent
- WebSocket server on port 8765
computer_usetool for AI agents- Auto-refresh screenshots
open-computer-usenpm package- Accessibility tree access
- Element-based interactions
- Install OpenCode:
curl -fsSL https://opencode.ai/install | bash - Install MCP:
npm i -g open-computer-use - Start plugin (runs automatically with OpenCode)
- Start ngrok:
ngrok http 8765 - Connect Android app to ngrok URL
Download: Releases
# In OpenCode, use computer_use tool:
computer_use(action="screenshot")
computer_use(action="click", element="42")
computer_use(action="type", text="hello")
computer_use(action="key", target="Return")
- GitHub: https://github.com/killsng/sky-computer-use
- OpenCode: https://opencode.ai
- MCP: https://opencode.ai/docs/mcp-servers/