Skip to content
VS Code

Native DevTools for VS Code

io.github.sh3ll3x3c/native-devtools

MCP server for desktop, browser (CDP), and Android automation. Screenshot, OCR, click, type.

client:VS Code transport:stdio runtime:npm

Install Native DevTools in VS Code

.vscode/mcp.json

{
  "servers": {
    "native-devtools": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "native-devtools-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Native DevTools in other clients