Odel
WinSight MCP

WinSight MCP

Local
@theoewzzer3PythonMITUpdated 2mo 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-mcp": {
      "command": "uvx",
      "args": [
        "winsight-mcp"
      ]
    }
  }
}