Home › Other › scrcpy-mcp

scrcpy-mcp

MCP server for Android device control via ADB and scrcpy

TypeScript
★ 101 stars Last pushed 2026-09-23 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.5.0)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "scrcpy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "ANDROID_SERIAL": "<YOUR_VALUE>",
        "ADB_PATH": "<YOUR_VALUE>",
        "SCRCPY_SERVER_PATH": "<YOUR_VALUE>"
      }
    }
  }
}
  • ANDROID_SERIAL — Target device serial number (from `adb devices`). Required when multiple devices are connected.
  • ADB_PATH — Custom path to the adb binary. Defaults to 'adb' on PATH.
  • SCRCPY_SERVER_PATH — Path to the scrcpy-server.jar file. Only needed if not installed in a standard location.

Related servers

Data from the Official MCP Registry