ClipSnap
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLIPSNAP_MAX_FILES | No | Max files per session | 50 |
| CLIPSNAP_MAX_SIZE_MB | No | Max total session size | 200 |
| CLIPSNAP_TTL_MINUTES | No | File time-to-live | 60 |
| CLIPSNAP_IMAGE_FORMAT | No | Output format (png or jpeg) | png |
| CLIPSNAP_JPEG_QUALITY | No | JPEG quality (1–100) | 80 |
| CLIPSNAP_MAX_DIMENSION | No | Max image long edge (px) | 1568 |
| CLIPSNAP_CHECK_CONCEALED | No | Detect passwords before reading clipboard | true |
| CLIPSNAP_CLEANUP_ON_EXIT | No | Delete session files on exit | true |
| CLIPSNAP_SCREENSHOTS_DIR | No | Native screenshots dir (auto-detected via defaults read com.apple.screencapture) | auto |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| paste_recentA | Shows the last N images by combining clipboard watcher captures, session history, and macOS Spotlight screenshots. The clipboard watcher catches images copied via any app (Shottr Esc, Cmd+C, etc.) instantly — no Spotlight delay. Results are sorted by time, newest first. Use when the user says "show my last screenshots", "look at my clipboard", or "check what I just captured". Pass folder to scan a specific directory instead. |
| cleanup_imagesA | Deletes temporary ClipSnap images from the session temp directory. Automatic cleanup already runs on TTL/size limits, so this is rarely needed. Use all=true to purge all sessions. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zelentsov-dev/clipsnap-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server