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.
Server Config
{
"mcpServers": {
"clipboard": {
"command": "npx",
"args": [
"-y",
"mcp-wayland-clipboard"
]
}
}
}