Skip to content
Claude Desktop

clipboard mcp server for Claude Desktop

io.github.cyanheads/clipboard-mcp-server

Read, write, and inspect the system clipboard on macOS, Linux (X11/Wayland), and Windows via MCP.

client:Claude Desktop transport:stdio runtime:npm

Install clipboard mcp server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "clipboard-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@cyanheads/clipboard-mcp-server"
      ],
      "env": {
        "MCP_LOG_LEVEL": "<MCP_LOG_LEVEL>",
        "CLIPBOARD_READ_ONLY": "<CLIPBOARD_READ_ONLY>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

clipboard mcp server in other clients