WinSight

WinSight

Local
@theoewzzer2PythonMITUpdated 3mo ago

Windows Screen Capture MCP Server — give Claude Code eyes on your desktop.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIwinsight-mcpv0.1.1

Run

uvx winsight-mcp

MCP client config

{
  "mcpServers": {
    "winsight": {
      "command": "uvx",
      "args": [
        "winsight-mcp"
      ]
    }
  }
}