Snip
Screenshot and diagram tool for AI agents. Capture and annotate screenshots to show Claude what you mean — or let the agent render Mermaid diagrams and open them for visual review. Approve, annotate, or request changes with text feedback. Built-in review mode with structured responses. CLI and MCP server for Claude Code, Cursor, Windsurf, Cline. macOS, open source, free.
README
<p align="center"> <img src="assets/icon.png" alt="Snip" width="128" height="128"><br><br> <a href="https://www.producthunt.com/products/snip-ai-powered-macos-screenshot-tool?utm_source=badge-featured&utm_medium=badge&utm_campaign=badge-snip-ai-powered-macos-screenshot-tool-2" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=1089620&theme=dark" alt="Snip on Product Hunt" height="40"></a> </p>
Snip
Visual communication layer between humans and AI agents for macOS.
Capture and annotate screenshots, render diagrams from code, review agent-generated visuals with approve/request-changes flow — all from the menu bar. AI organizes and indexes everything for semantic search. CLI and MCP integration let any AI agent use Snip as their visual I/O.
Install
brew install --cask rixinhahaha/snip/snip
Or download the DMG directly from Releases (Apple Silicon only).
Quick Start (Development)
npm install
npm run rebuild # compile native modules
npm start # launch (tray icon appears in menu bar)
Requires macOS 14+, Node.js 18+, and Xcode CLT (xcode-select --install). macOS 26+ recommended for native Liquid Glass effects.
For AI-powered organization, install Ollama separately. Snip detects your system Ollama and guides you through setup in Settings.
How It Works
- Cmd+Shift+2 — Fullscreen overlay appears on whichever display the cursor is on, drag to select a region
- Annotate — Rectangle, arrow, text, tag, blur brush, or AI segment tools
- Esc — Copies annotated screenshot to clipboard
- Cmd+S — Saves to disk + AI organizes in background
Screenshots saved to ~/Documents/snip/screenshots/. AI renames, categorizes, and indexes them for search.
Agent Integration (CLI & MCP)
Snip exposes a CLI and MCP server so AI agents can use it as their visual I/O:
# Render a Mermaid diagram and open for review
echo 'graph LR; A-->B-->C' | snip render --format mermaid --message "Does this flow look right?"
# Open an image for agent review
snip open screenshot.png --message "Is the layout correct?"
The agent gets structured feedback: { status: "approved" | "changes_requested", edited, path, text? }. The user can annotate spatially, type text feedback, or just approve.
MCP tools: render_diagram, open_in_snip, search_screenshots, list_screenshots, get_screenshot, transcribe_screenshot, organize_screenshot, get_categories, install_extension.
Key Shortcuts
| Shortcut | Action |
|---|---|
| Cmd+Shift+2 | Capture screenshot |
| Cmd+Shift+1 | Quick Snip (select & copy to clipboard) |
| Cmd+Shift+S | Open semantic search |
| Cmd+S | Save to disk (in editor) |
| Esc / Enter | Copy to clipboard & close (in editor) |
| V / R / T / A / G / B / S | Select / Rectangle / Text / Arrow / Tag / Blur / Segment tools |
| U | Upscale image |
| W | Transcribe text |
Documentation
| Doc | Role | Contents |
|---|---|---|
docs/PRODUCT.md |
Product Manager | Vision, feature specs, terminology, product principles |
docs/DESIGN.md |
Designer | Color palettes (Dark/Light/Glass), component patterns, glass effects, icon specs |
docs/ARCHITECTURE.md |
Developer | Code structure, conventions, IPC channels, data flow, key decisions |
docs/DEVOPS.md |
DevOps | Build pipeline, signing, native modules, environment setup |
docs/USER_FLOWS.md |
QA / PM | Detailed user flows for every feature, edge cases, test cases |
CLAUDE.md |
Claude Code | Autonomous agent instructions, role references, documentation rules |
Tech Stack
Electron 33 / Fabric.js 7 / Mermaid.js 11 / Ollama (local LLM) / HuggingFace Transformers.js / SlimSAM (ONNX) / Chokidar 4 / electron-liquid-glass
On-Device Models
All AI runs locally — no cloud APIs needed for core features.
| Model | Purpose | By | Link |
|---|---|---|---|
| MiniCPM-V | Vision LLM (naming, tagging, categorizing) | OpenBMB | HF |
| SlimSAM-77-uniform | Object segmentation | Meta AI / Xenova | HF |
| Swin2SR-lightweight-x2-64 | Image upscaling (2x) | Conde et al. / Xenova | HF |
| all-MiniLM-L6-v2 | Semantic search embeddings | Microsoft / Xenova | HF |
| Vision OCR | Text transcription | Apple | Built into macOS |
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.