Loading MCP server directory, please wait...
MCP server for Android device control via ADB and scrcpy
npx @getmcp/cli add io.github.JuanCF/scrcpy-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.JuanCF/scrcpy-mcp": {
"command": "npx",
"args": [
"-y",
"scrcpy-mcp"
],
"env": {
"ANDROID_SERIAL": "",
"ADB_PATH": "",
"SCRCPY_SERVER_PATH": ""
}
}
}
}