Developer Tools
Trust: 39/100 (Limited)io.github.JuanCF/scrcpy-mcp Guide
MCP server for Android device control via ADB and scrcpy
1 starsby JuanCF
Quick Start
Install
npx scrcpy-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-juancf-scrcpy-mcp": {
"command": "npx",
"args": [
"scrcpy-mcp"
]
}
}
}