Skip to content
Zed

scrcpy mcp for Zed

io.github.juancf/scrcpy-mcp

MCP server for Android device control via ADB and scrcpy

client:Zed transport:stdio runtime:npm

Install scrcpy mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "scrcpy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "scrcpy-mcp"
      ],
      "env": {
        "ANDROID_SERIAL": "<ANDROID_SERIAL>",
        "ADB_PATH": "<ADB_PATH>",
        "SCRCPY_SERVER_PATH": "<SCRCPY_SERVER_PATH>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

scrcpy mcp in other clients