Installation¶
ScreenSight requires Python 3.10+. Installing it puts two commands on your PATH:
screensight— the CLIscreensight-mcp— the MCP server (stdio)
Install¶
Verify¶
If the shell can't find either command, the install directory isn't on your PATH:
Claude Code skill adapter (optional)¶
If you also want the legacy Claude Code skill installed alongside the MCP server:
This copies the skill to ~/.claude/skills/SKILL.md. It is not required — the MCP server
is the supported path.
Uninstall¶
pip uninstall screensight # or: pipx uninstall screensight
rm -rf ~/.screensight # removes the switch, frame and config
Removing ~/.screensight deletes the current frame, the master switch state, and your
blocklist and redaction zone customizations.
Next¶
Head to the Quickstart for your first capture, or straight to Agent setup to wire ScreenSight into your editor.