winsight for VS Code
io.github.theoewzzer/winsight
Windows Screen Capture MCP Server — give Claude Code eyes on your desktop.
client:VS Code
transport:stdio
runtime:pypi
Install winsight in VS Code
.vscode/mcp.json
{
"servers": {
"winsight": {
"type": "stdio",
"command": "uvx",
"args": [
"winsight-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs