Clipboard Mcp
@mnardit
关于 Clipboard Mcp
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"clipboard": {
"command": "clipboard-mcp"
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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).
其他 分类下的更多 MCP 服务器
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论