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.
| Tool | What it does |
|---|---|
list_windows | Capturable windows (app, title, id, size). Titles are scrubbed of emails and secrets. |
capture_screen | The main display as an image, with your exclusions applied and sensitive text blacked out. |
capture_window | One window as an image, same protections. |
read_screen_text | OCR text lines instead of pixels — cheaper when the agent only needs to read. Sensitive lines come back [REDACTED]. |
find_on_screen | Locate text with pixel rectangles — for agents that drive UI. |
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