oswright for VS Code
io.github.ask-812/oswright
Windows desktop automation that re-reads only what changed: 7x fewer tokens per task.
client:VS Code
transport:stdio
runtime:pypi
Install oswright in VS Code
.vscode/mcp.json
{
"servers": {
"oswright": {
"type": "stdio",
"command": "uvx",
"args": [
"oswright"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs