Skip to content
VS Code

Munim Computer Use for VS Code

io.github.munimtechnologies/munim-computer-use

Accessibility-first desktop control for any agent: background input, agent pointer, zoom, Chrome.

client:VS Code transport:stdio runtime:npm

Install Munim Computer Use in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "computer-use-browser",
      "description": "COMPUTER_USE_BROWSER",
      "password": true
    },
    {
      "type": "promptString",
      "id": "computer-use-agent-cursor",
      "description": "COMPUTER_USE_AGENT_CURSOR",
      "password": true
    }
  ],
  "servers": {
    "munim-computer-use": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "munim-computer-use"
      ],
      "env": {
        "COMPUTER_USE_BROWSER": "${input:computer-use-browser}",
        "COMPUTER_USE_AGENT_CURSOR": "${input:computer-use-agent-cursor}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

Munim Computer Use in other clients