Skip to content
Cursor

droidsight for Cursor

io.github.edgecasehuman/droidsight

Drives a real Android device over ADB and attaches the resulting screen to every action.

client:Cursor transport:stdio runtime:npm

Install droidsight in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "droidsight": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@edgecasehuman/droidsight"
      ],
      "env": {
        "DROIDSIGHT_DEVICE_SERIAL": "<DROIDSIGHT_DEVICE_SERIAL>",
        "DROIDSIGHT_ADB_PATH": "<DROIDSIGHT_ADB_PATH>",
        "DROIDSIGHT_LOCAL_ROOT": "<DROIDSIGHT_LOCAL_ROOT>",
        "DROIDSIGHT_DEVICE_PIN": "<DROIDSIGHT_DEVICE_PIN>",
        "DROIDSIGHT_ALLOW_SHELL": "<DROIDSIGHT_ALLOW_SHELL>",
        "DROIDSIGHT_DEBUG_LOG": "<DROIDSIGHT_DEBUG_LOG>",
        "DROIDSIGHT_LOG": "<DROIDSIGHT_LOG>",
        "DROIDSIGHT_EVENTS": "<DROIDSIGHT_EVENTS>",
        "DROIDSIGHT_SENTINEL": "<DROIDSIGHT_SENTINEL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

droidsight in other clients