loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

clipboard-mcp

MCP Tool

mnardit/clipboard-mcp

Cross-platform MCP server for system clipboard access

Install

$ npx loaditout add mnardit/clipboard-mcp

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "clipboard-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "clipboard-mcp"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

clipboard-mcp

[](https://github.com/mnardit/clipboard-mcp/actions) [](https://crates.io/crates/clipboard-mcp) [](LICENSE)

Cross-platform Model Context Protocol (MCP) server that gives AI assistants direct read/write access to your system clipboard. [Website](https://max.nardit.com/clipboard-mcp)

Copy an error → ask Claude to fix it → the fix lands in your clipboard. No manual paste into chat, no manual copy from response.

cargo install clipboard-mcp
Why clipboard-mcp?
  • Single binary — no Python, no Node.js, no runtime to install
  • Native clipboard — uses arboard by 1Password, not shell commands like pbcopy/xclip
  • Watch mode — watch_clipboard lets agents react to what you copy in real-time
  • HTML + format detection — read HTML content, probe available clipboard formats
  • Cross-platform — Windows, macOS (Intel + Apple Silicon), Linux (X11 + Wayland)
  • HTTP transport — run as a local HTTP server for remote agent access
Tools

| Tool | Description | |------|-------------| | get_clipboard | Read current text from the clipboard. Content over 100 KB is truncated. | | get_clipboard_html | Read HTML content from the clipboard (e.g., rich text from browsers). | | set_clipboard | Write text to the clipboard (max 1 MB). | | watch_clipboard | Wait for clipboard text to change (default 30s, max 300s). Max 5 concurrent. | | list_clipboard_formats | Probe which formats are available (text, HTML, image, files). | | clear_clipboard | Clear all clipboard content. |

watch_clipboard parameters

| Parameter | Type | Default | Description | |-----------|------|---------|-------------| | timeout_secs | integer (optional) | 30 | Seconds to w

Tags

aiarboardclaudeclipboardcross-platformmcpmcp-servermodel-context-protocolrust

Reviews

Loading reviews...

Quality Signals

6
Stars
0
Installs
Last updated18 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/29/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/mnardit/clipboard-mcp)](https://loaditout.ai/skills/mnardit/clipboard-mcp)