Shotcrisp

Give your AI eyes — safely

Shotcrisp is a built-in MCP (Model Context Protocol) server. Claude Code and other MCP clients can capture your screen, read on-screen text, and locate UI elements — with your privacy rules enforced in the middle. Built into Shotcrisp for macOS.

Setup

1 · Download Shotcrisp and launch it.
2 · Turn on Settings → Privacy → AI Agents (off by default).
3 · Register the server with your MCP client — for Claude Code:

claude mcp add --scope user shotcrisp -- \
  /Applications/Shotcrisp.app/Contents/MacOS/shotcrisp-mcp

4 · In your next session, the first tool call shows a one-time approval prompt in Shotcrisp. That's it.

Claude Desktop instead? Download the Shotcrisp extension and drag it into Claude Desktop → Settings → Extensions. The Shotcrisp app must be installed first — the extension is a pointer to it, not a copy of it.

Tools

ToolWhat it does
list_windowsCapturable windows (app, title, id, size). Titles are scrubbed of emails and secrets.
capture_screenThe main display as an image, with your exclusions applied and sensitive text blacked out.
capture_windowOne window as an image, same protections.
read_screen_textOCR text lines instead of pixels — cheaper when the agent only needs to read. Sensitive lines come back [REDACTED].
find_on_screenLocate text with pixel rectangles — for agents that drive UI.

The trust model

Uninstall

claude mcp remove --scope user shotcrisp — or just revoke the client / turn off the toggle in Shotcrisp; the registration then gets a clear error instead of your screen.

Works with any MCP client that speaks stdio (Claude Code, Claude Desktop, and friends). Questions: support@shotcrisp.app