MCP.so
ログイン
C

Clipboard Mcp

@mnardit

Clipboard Mcp について

概要はまだありません

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

mnardit

投稿者

Max Nardit

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "clipboard": {
      "command": "clipboard-mcp"
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Clipboard Mcp?

Clipboard Mcp is a cross-platform MCP server that gives AI assistants direct read/write access to the system clipboard. It provides tools to read, write, and watch the clipboard, and is built as a single Rust binary with zero runtime dependencies.

How to use Clipboard Mcp?

Install via cargo install clipboard-mcp or download a binary from GitHub Releases. Then configure your MCP client (e.g., Claude Desktop) to use the command clipboard-mcp as shown in the README JSON snippet.

Key features of Clipboard Mcp

  • Read text from the clipboard using get_clipboard
  • Write text to the clipboard using set_clipboard
  • Watch for clipboard changes in real-time (default 30s timeout)
  • Cross-platform: Windows, macOS, and Linux (X11 + Wayland)
  • Single binary, ~250 lines, zero runtime dependencies

Use cases of Clipboard Mcp

  • Let AI assistants read your latest copied text
  • Programmatically set clipboard content from AI responses
  • Automate clipboard monitoring in workflow scripts
  • Bridge clipboard data between MCP-enabled tools

FAQ from Clipboard Mcp

What platforms does Clipboard Mcp support?

Windows, macOS (Intel + Apple Silicon), and Linux (X11 and Wayland).

How do I install Clipboard Mcp?

Run cargo install clipboard-mcp or download a prebuilt binary from GitHub Releases.

What dependencies does Clipboard Mcp require?

None at runtime. It is a single binary built with Rust, using arboard (by 1Password) and the rmcp MCP SDK.

How long does the clipboard watch wait?

The watch_clipboard tool has a default timeout of 30 seconds.

How do I configure Clipboard Mcp in my MCP client?

Add a server entry to your mcpServers configuration with the command clipboard-mcp (see the README for the exact JSON).

コメント

「その他」の他のコンテンツ