Linux Clipboard MCP Server (wayland)
@arendtio
About Linux Clipboard MCP Server (wayland)
MCP server to write to the Wayland clipboard via wl-copy.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"clipboard": {
"command": "npx",
"args": [
"-y",
"mcp-wayland-clipboard"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Linux Clipboard MCP Server (wayland)?
An MCP server that allows you to place AI-generated text directly into the system clipboard on Wayland. It is designed for users who want to quickly copy AI responses (e.g., formulas, code) without manual selection.
How to use Linux Clipboard MCP Server (wayland)?
Configure the server in your MCP client using the npx command as shown in the example config. Once running, send a prompt asking for text (e.g., "I need an Excel formula that sums values from 1 to 5 in column A"), and the server copies the generated text to the clipboard.
Key features of Linux Clipboard MCP Server (wayland)
- Places AI-generated text directly into the clipboard
- Works with Wayland display servers
- Simple setup via
npxcommand - No manual copy-paste needed for AI outputs
Use cases of Linux Clipboard MCP Server (wayland)
- Copy an Excel formula generated by AI to use in a spreadsheet
- Quickly grab AI-generated code snippets for pasting into an editor
- Transfer AI suggestions (e.g., configuration lines) directly to other applications
FAQ from Linux Clipboard MCP Server (wayland)
How do I install or run this server?
Use npx -y mcp-wayland-clipboard in your MCP client configuration as shown in the README.
Does this work on X11 or only Wayland?
The README title specifies Wayland; there is no mention of X11 support.
What dependencies are required?
The README does not list any additional dependencies beyond Node.js (since it uses npx).
Can I use it to copy arbitrary text, not just AI responses?
Yes, the server copies whatever text the AI model generates in response to your request. The example shows requesting an Excel formula.
Frequently asked questions
How do I install or run this server?
Use `npx -y mcp-wayland-clipboard` in your MCP client configuration as shown in the README.
Does this work on X11 or only Wayland?
The README title specifies Wayland; there is no mention of X11 support.
What dependencies are required?
The README does not list any additional dependencies beyond Node.js (since it uses `npx`).
Can I use it to copy arbitrary text, not just AI responses?
Yes, the server copies whatever text the AI model generates in response to your request. The example shows requesting an Excel formula.
Basic information
More Other MCP servers
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome Mlops
visengerA curated list of references for MLOps
Codelf
unbugA search tool helps dev to solve the naming things problem.

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Comments