Skip to content
VS Code

open-compute (computer-use) for VS Code

io.github.lukisch/open-compute-mcp

Model-agnostic computer-use MCP: screenshot, safety-gated actions, Windows UIA targeting.

client:VS Code transport:stdio runtime:npm

Install open-compute (computer-use) in VS Code

.vscode/mcp.json

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

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

open-compute (computer-use) in other clients