Local-first clipboard history for macOS — offline semantic search, OCR, content protection, and a built-in MCP server for AI tools. 本地优先的 macOS 剪贴板管理器
MCPpedia last refreshed this data
Clipth is an MCP server that local-first clipboard history for macOS — offline semantic search, OCR, content protection, and a built-in MCP server for AI tools. 本地优先的 macOS 剪贴板管理器. Its tool list has not been published yet over stdio and sse, requires no API key, and scores 71/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"clipboard": {
"args": [
"--mcp"
],
"command": "/Applications/Clipth.app/Contents/MacOS/Clipth"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Local-first clipboard history for macOS and AI tools.
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in search / ai-ml
Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
MCP client bridge: connects to MCP servers and registers their tools on ctx.tools
The official MCP server implementation for the Perplexity API Platform
Production ready MCP server with real-time search, extract, map & crawl.
MCP Security Weekly
Get CVE alerts and security updates for Clipth and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
English · 中文
Local-first clipboard history for macOS and AI tools.
Clipth is an open-source macOS clipboard manager with offline semantic search and a built-in Model Context Protocol server. It lets you search clipboard history locally, organize useful clips, and optionally let AI clients such as Claude Desktop, Claude Code, or Cursor query your clipboard. Cloud sync is off by default and only connects to a destination you configure.
The name comes from "clip path": a trail of things you copied.
This repository is the open-source base edition of Clipth. It contains the core clipboard, search, organization, privacy, sync, and MCP functionality released under the license in this repository.
Clipth Pro is a separate commercial edition. Pro-only features, commercial services, payment and licensing logic, and other proprietary implementation are intentionally not part of this repository and are not included in the open-source release. Do not assume that code or behavior from the Pro edition is available here.
NLEmbedding powers meaning-based search without hosted embedding APIs.Clipth does not replace one Mac's entire database with another. It sends encrypted incremental operations, merges each field independently, and keeps a recoverable copy when two devices change non-mergeable content.
Choose automatic sync or keep it manual. The main window always exposes a compact sync state: one-click sync when automation is off, an immediate in-progress indicator, and explicit success or failure feedback when the run finishes.
| What happens | How Clipth protects it |
|---|---|
| Two Macs edit different fields | Hybrid logical clocks and field versions preserve both changes |
| Both devices write at once | Immutable encrypted journals survive the snapshot race |
| Tags or group membership change independently | Convergent set merging combines additions and preserves removals |
| A device returns with stale data | Acknowledged tombstones prevent deleted clips from silently reappearing |