
deno clipboard mcp
一个基于 Deno 的剪贴板操作 MCP 服务器,支持跨平台使用。
Repository Info
About This Server
一个基于 Deno 的剪贴板操作 MCP 服务器,支持跨平台使用。
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
Deno Clipboard MCP
A Model Context Protocol (MCP) server for clipboard operations using Deno.
Overview
This project is to validate an MCP server in Deno, and MCP distribution in binary format.
Features
- Read from clipboard: Retrieve text content from the system clipboard
- Write to clipboard: Write text content to the system clipboard
- MCP Integration: Fully compatible with the Model Context Protocol
- Cross-platform: Supports Linux, macOS, and Windows
Installation
You can download pre-compiled binaries for your platform from the Releases page.
Available binaries:
- Linux (x86_64):
clipboard-mcp-linux - Linux (ARM64):
clipboard-mcp-linux-arm64 - macOS (Intel):
clipboard-mcp-macos-x86_64 - macOS (Apple Silicon):
clipboard-mcp-macos-aarch64 - Windows:
clipboard-mcp-windows.exe
Usage
Running from source
deno run --allow-run --allow-env --allow-net main.ts
Running pre-compiled binary
# Linux/macOS
chmod +x ./clipboard-mcp-[platform]
./clipboard-mcp-[platform]
# Windows
clipboard-mcp-windows.exe
Connecting to the server
This MCP server can be connected to any MCP-compatible client. For example, you can use it with Claude or other AI assistants that support the Model Context Protocol.
{
"mcpServers": {
"clipboard": {
"command": "/path/to/downloaded/clipboard-mcp-[platform]"
}
}
}
Available Tools
write-text
Writes text to the system clipboard.
Parameters:
text(string): The text to write to the clipboard
read-text
Reads text from the system clipboard.
Parameters: None
License
CC0
Quick Start
Clone the repository
git clone https://github.com/yamitzky/deno-clipboard-mcpInstall dependencies
cd deno-clipboard-mcp
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.