Computer Use for VS Code
io.github.domdomegg/computer-use-mcp
Control your computer with screenshots, mouse, and keyboard automation.
client:VS Code
transport:stdio
runtime:npm
Install Computer Use in VS Code
.vscode/mcp.json
{
"servers": {
"computer-use-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"computer-use-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs