Skip to content
Zed

winsight for Zed

io.github.theoewzzer/winsight

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

client:Zed transport:stdio runtime:pypi

Install winsight in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

winsight in other clients