Serversio.github.JuanCF/scrcpy-mcp
M

io.github.JuanCF/scrcpy-mcp

io.github.JuanCF/scrcpy-mcp · v0.2.1
▦ npm
v0.2.1npm npm: scrcpy-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.JuanCF/scrcpy-mcp",
  "description": "MCP server for Android device control via ADB and scrcpy",
  "repository": {
    "url": "https://github.com/JuanCF/scrcpy-mcp",
    "source": "github"
  },
  "version": "0.2.1",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "scrcpy-mcp",
      "version": "0.2.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Target device serial number (from `adb devices`). Required when multiple devices are connected.",
          "format": "string",
          "name": "ANDROID_SERIAL"
        },
        {
          "description": "Custom path to the adb binary. Defaults to 'adb' on PATH.",
          "format": "string",
          "name": "ADB_PATH"
        },
        {
          "description": "Path to the scrcpy-server.jar file. Only needed if not installed in a standard location.",
          "format": "string",
          "name": "SCRCPY_SERVER_PATH"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}