← Index

io.github.JuanCF/scrcpy-mcp

io.github.JuanCF/scrcpy-mcp·v0.2.1·Other
Quality Score
77
/100

MCP server for Android device control via ADB and scrcpy

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "scrcpy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "scrcpy-mcp"
      ],
      "env": {
        "ANDROID_SERIAL": "<android_serial>",
        "ADB_PATH": "<adb_path>",
        "SCRCPY_SERVER_PATH": "<scrcpy_server_path>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "scrcpy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "scrcpy-mcp"
      ],
      "env": {
        "ANDROID_SERIAL": "<android_serial>",
        "ADB_PATH": "<adb_path>",
        "SCRCPY_SERVER_PATH": "<scrcpy_server_path>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y scrcpy-mcp
§02  Environment variables
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.

§03  MCP Quality Score  ·  methodology
freshness
22
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other