Skip to content
VS Code

DOMShell for VS Code

io.github.apireno/domshell

Drive Chrome with filesystem commands (ls, cd, grep, click, type). One MCP tool, multi-agent.

client:VS Code transport:stdio runtime:npm

Install DOMShell in VS Code

.vscode/mcp.json

{
  "servers": {
    "domshell": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@apireno/domshell"
      ]
    }
  }
}

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

DOMShell in other clients