scrcpy-mcp
See and control Android devices through fast screen automation
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install scrcpy-mcp?▼
Run `npx skills add JuanCF/scrcpy-mcp --all -g -y` in your terminal to install everything globally. You also need Node.js 24+, ADB platform tools, and an Android device with USB debugging enabled.
How to control an Android phone with AI?▼
Connect your phone via USB with debugging enabled, then your AI agent can see the screen, tap, swipe, type, and launch apps through the 36 included tools.
Does scrcpy-mcp work with Claude Code and Cursor?▼
Yes. It works with any MCP-compatible client including Claude Code, Cursor, OpenCode, VS Code Copilot, and Claude Desktop.
Why are my taps landing in the wrong place?▼
Screenshots are downscaled, so never tap pixel coordinates read from them. Always use coordinates returned by ui_find_element or ui_dump, which match the native screen space.
How to type special characters on Android?▼
Standard text input crashes on characters like ñ, ¡, or accented vowels. Use clipboard_set with paste enabled instead, which handles any Unicode text reliably.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core