clipboard-mcp-server

clipboard-mcp-server is a plugin for Claude Code from cyanheads/clipboard-mcp-server. Its manifest loads nothing; the 32 skills, 1 MCP server it bundles cost 2,220 tokens per session together, scanned A, original, Apache-2.0.

A plugin containing an MCP server for reading, writing, and inspecting the system clipboard. It supports macOS, Linux, and Windows through local or network connections.

In plain words
What is it for?
Reading clipboard contents, placing data on the clipboard, and checking clipboard state across supported operating systems.
Why use it?
It lets an agent exchange clipboard text or other supported clipboard data with the computer instead of requiring manual copying between tools.

Plugin for Claude Code

Written for Claude Code: a Claude Code plugin manifest.

Good fit Reading clipboard contents, placing data on the clipboard, and checking clipboard state across supported operating systems.

Compare 6 plugins from other repositories ↓
Install in Claude Code
/plugin marketplace add cyanheads/clipboard-mcp-server/plugin install clipboard-mcp-server
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/cyanheads/clipboard-mcp-server

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for clipboard-mcp-server

README.md
[![agentmods](https://agentmods.dev/badge/plugins/cyanheads/clipboard-mcp-server/clipboard-mcp-server/github.svg)](https://agentmods.dev/plugins/cyanheads/clipboard-mcp-server/clipboard-mcp-server)
Your own site
<a href="https://agentmods.dev/plugins/cyanheads/clipboard-mcp-server/clipboard-mcp-server"><img src="https://agentmods.dev/badge/plugins/cyanheads/clipboard-mcp-server/clipboard-mcp-server/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for clipboard-mcp-server

Your own site · 80×15
<a href="https://agentmods.dev/plugins/cyanheads/clipboard-mcp-server/clipboard-mcp-server"><img src="https://agentmods.dev/badge/plugins/cyanheads/clipboard-mcp-server/clipboard-mcp-server.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session not measured What this adds to a session before it is invoked.
When invoked not measured The manifest loads nothing itself; its 32 skills, 1 MCP server cost 2,220 tokens a session between them.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

clipboard-mcp-server scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude-plugin/plugin.json · 21 lines

What it actually says

{
  "name": "clipboard-mcp-server",
  "version": "0.1.8",
  "description": "Read, write, and inspect the system clipboard across macOS, Linux (X11/Wayland), and Windows via MCP. STDIO or Streamable HTTP.",
  "author": {
    "name": "cyanheads"
  },
  "homepage": "https://github.com/cyanheads/clipboard-mcp-server#readme",
  "repository": "https://github.com/cyanheads/clipboard-mcp-server",
  "license": "Apache-2.0",
  "mcpServers": {
    "clipboard-mcp-server": {
      "command": "npx",
      "args": ["-y", "@cyanheads/clipboard-mcp-server"],
      "env": {
        "MCP_TRANSPORT_TYPE": "stdio"
      }
    }
  }
}
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 21 lines scan A 9e9e3844f663

Subscribe to this mod's changes

clipboard-mcp-server is a plugin published in the GitHub repository cyanheads/clipboard-mcp-server (2 stars, last pushed 8d ago), licensed Apache-2.0. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other plugins, from other repositories

gmail-commander

Gmail + Telegram bot lifecycle - email triage, interactive commands, voice digest, Agent SDK routing, 1Password OAuth.

terrylica/cc-skills · not measured

desktop-notification

Alert you when Claude Code needs input — an audible terminal bell, an OSC 9 terminal notification, and an OS-native toast (macOS/Linux) on permission and idle prompts.

melodic-software/claude-code-plugins · not measured

disk-hygiene

Context-aware disk hygiene for arbitrary directory trees: inventories orphaned and temporary artifacts, classifies evidence into review tiers, and offers exact-path cleanup only after a fresh safety preview and explicit per-tier approval. The target is read-only by default; OS-managed paths, links and mount points…

melodic-software/claude-code-plugins · not measured

authoring

Author text deliverables and deliver them: README / CLAUDE.md / release notes / work logs, and posting the result to Slack. Visual deliverables — slide decks, HTML documents and PDF export — live in the visuals plugin. Install at user scope to make it available across all projects.

atman-33/workhub · not measured

agent-ops

Run agents in a terminal multiplexer: herdr and Zellij setup, handoff between agents, role-based teams, persistent sidekicks, and the WSL/VS Code launch doctor. Install at user scope to make it available across all projects.

atman-33/workhub · not measured

aviation-weather-mcp-server

Fetch METARs, TAFs, PIREPs, and domestic SIGMETs from the NWS Aviation Weather Center via MCP. STDIO or Streamable HTTP.

cyanheads/aviation-weather-mcp-server · not measured