Clipboard MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Clipboard MCPcopy this text to my clipboard"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Clipboard MCP
An MCP server that provides tools for reading and writing system clipboard data. Works on Linux, macOS, Windows, and WSL.
Installation
The easiest way to use this server is with uvx:
uvx clipboard-mcpOr install it globally:
uv tool install clipboard-mcpRelated MCP server: Newline MCP
Configuration
Claude Desktop
Add the following to your Claude Desktop configuration file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"clipboard": {
"command": "uvx",
"args": ["clipboard-mcp"]
}
}
}Claude Code
Add the following to your Claude Code settings:
{
"mcpServers": {
"clipboard": {
"command": "uvx",
"args": ["clipboard-mcp"]
}
}
}Available tools
read_clipboard
Read the current text content from the system clipboard.
write_clipboard
Write text content to the system clipboard.
Parameter | Type | Description |
| string | The text content to write to the clipboard |
Platform support
This server uses pyperclip for clipboard access, which requires different backends depending on your platform:
macOS: Uses
pbcopy/pbpaste(built-in)Windows: Uses native Windows clipboard APIs (built-in)
Linux/WSL: Requires
xcliporxselto be installed
On Linux, install the required dependency:
# Debian/Ubuntu
sudo apt install xclip
# Fedora
sudo dnf install xclip
# Arch Linux
sudo pacman -S xclipLicense
Distributed under the AGPL-3.0.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceProvides AI assistants access to the macOS clipboard content, supporting text, images, and binary data via OSAScript.Last updated8MIT
- Alicense-qualityDmaintenanceProvides utilities for formatting multi-line shell commands with backslashes for safe pasting and reading system clipboard content.Last updated15,274Artistic 2.0
- Flicense-qualityCmaintenanceEnables AI coding agents like Claude to read Windows clipboard contents (text and images) from within WSL environments, providing seamless cross-platform clipboard access through the Model Context Protocol.Last updated4
- Flicense-qualityDmaintenanceProvides clipboard access tools (get and set) for AI assistants via the Model Context Protocol, enabling seamless clipboard operations across platforms.Last updated1
Related MCP Connectors
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
Create, validate, edit, export (markdown/svg/png/mermaid), and search JSON Canvas files.
Read and write your Fresh Jots notes from Claude, Cursor, and any MCP client.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dahlia/clipboard-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server