Clipboard Mcp
@mnardit
About Clipboard Mcp
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"clipboard": {
"command": "clipboard-mcp"
}
}
}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 Clipboard Mcp?
Clipboard Mcp is a cross-platform MCP server that gives AI assistants direct read/write access to the system clipboard. It provides tools to read, write, and watch the clipboard, and is built as a single Rust binary with zero runtime dependencies.
How to use Clipboard Mcp?
Install via cargo install clipboard-mcp or download a binary from GitHub Releases. Then configure your MCP client (e.g., Claude Desktop) to use the command clipboard-mcp as shown in the README JSON snippet.
Key features of Clipboard Mcp
- Read text from the clipboard using
get_clipboard - Write text to the clipboard using
set_clipboard - Watch for clipboard changes in real-time (default 30s timeout)
- Cross-platform: Windows, macOS, and Linux (X11 + Wayland)
- Single binary, ~250 lines, zero runtime dependencies
Use cases of Clipboard Mcp
- Let AI assistants read your latest copied text
- Programmatically set clipboard content from AI responses
- Automate clipboard monitoring in workflow scripts
- Bridge clipboard data between MCP-enabled tools
FAQ from Clipboard Mcp
What platforms does Clipboard Mcp support?
Windows, macOS (Intel + Apple Silicon), and Linux (X11 and Wayland).
How do I install Clipboard Mcp?
Run cargo install clipboard-mcp or download a prebuilt binary from GitHub Releases.
What dependencies does Clipboard Mcp require?
None at runtime. It is a single binary built with Rust, using arboard (by 1Password) and the rmcp MCP SDK.
How long does the clipboard watch wait?
The watch_clipboard tool has a default timeout of 30 seconds.
How do I configure Clipboard Mcp in my MCP client?
Add a server entry to your mcpServers configuration with the command clipboard-mcp (see the README for the exact JSON).
More Other MCP servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
ghidraMCP
LaurieWiredMCP Server for Ghidra
Nginx UI
0xJackyYet another WebUI for Nginx
Comments