送信

Linux Clipboard MCP Server (wayland)

@arendtio

MCP server to write to the Wayland clipboard via wl-copy. This Model Context Protocol (MCP) server allows AI models to copy text directly to your Wayland clipboard using the wl-copy command-line tool.

サーバー設定

{
  "mcpServers": {
    "clipboard": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-wayland-clipboard"
      ]
    }
  }
}