Skip to content
Cursor

winsight for Cursor

io.github.theoewzzer/winsight

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

client:Cursor transport:stdio runtime:pypi

Install winsight in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

winsight in other clients