03 · Rust
MonoClip
Your clipboard, with a memory
Interactive Demo
const api = fetch('/v1/agents')
Review the PR before merging
~/projects/monoes/src/main.rs
npm install @dnd-kit/core
Key Features
Everything you need.
Nothing you don't.
6 capabilities
Smart Folders
Auto-categorize clips into custom folders with global shortcut routing.
Instant Search
Full-text search across your entire clip history in milliseconds.
Rich Capture
Images, file paths, code snippets, all with thumbnails.
AI-Ready CLI
MCP server for Claude Desktop, Cursor, and Windsurf integration.
Pin & Persist
Pin important clips that survive cleanup cycles.
~8MB Binary
Native Tauri + Rust. ~30MB RAM vs 150MB+ for Electron alternatives.
CLI Reference
Scriptable. Pipeable. AI-ready.
mclip installs automatically with the app and gives your terminal and AI assistants direct access to your clipboard history. Pipe clips into commands, search across history, and manage folders from any script.
Run mclip mcp to start a JSON-RPC stdio server that exposes your clipboard as native AI tools. Add it to Claude Desktop, Cursor, or Windsurf config once and your AI assistant can read, search, pin, and organize clips without leaving the chat.
Clips
Read and manage clipboard history.
mclip list # recent inbox mclip list --folder Work # by folder mclip list --search http # full-text search mclip add "text" # add a clip mclip get <id> # print raw content mclip get <id> | pbcopy # pipe to clipboard mclip remove <id> # delete mclip pin <id> # pin (survives cleanup)
Folders
Organize clips into named folders with optional global shortcuts.
mclip folder list mclip folder add "Code Snippets" mclip folder remove "Old Folder" mclip add "text" --folder "Code Snippets"
AI Integration
Give AI assistants native access to your clipboard.
# Copy AI context for any chat UI: mclip context # Start MCP server for Claude/Cursor/Windsurf: mclip mcp # Available MCP tools: # list_clips · add_clip · get_clip # remove_clip · pin_clip # list_folders · create_folder · delete_folder
$ mclip --help
Get Started