MCP Server Clipboard
@modelcontextprotocol-ce
关于 MCP Server Clipboard
A MCP server to interact with Server Clipboard, research purpose only!
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Server Clipboard?
MCP Server Clipboard is a lightweight, MCP-compliant server that provides tools for reading and writing clipboard content. It uses HTTP transport with token-based authentication and is built with the Go MCP SDK.
How to use MCP Server Clipboard?
Clone the repository, install dependencies with go mod download, then run go run *.go (default port 9001) or specify a port with -port. Use the clipboard_update tool to set clipboard content and clipboard_get to retrieve it, authenticating with a Bearer token.
Key features of MCP Server Clipboard
- Simple, lightweight MCP-compliant clipboard server
- Secure API token authentication
- Configurable clipboard size limits (default 10,000 bytes)
- Tools:
clipboard_updateandclipboard_get - Configurable port via command-line arguments
Use cases of MCP Server Clipboard
- Programmatically updating clipboard content from an AI assistant or tool
- Retrieving the current clipboard value for automation workflows
- Integrating clipboard operations into MCP-based applications
FAQ from MCP Server Clipboard
What MCP tools does the server provide?
It provides two tools: clipboard_update (takes a string content) and clipboard_get (no input, returns the current clipboard text).
How is the server authenticated?
All requests must include an Authorization: Bearer <token> header. The default token shown in the README is 328db9d4ab39ec9a2eceb2f702f42744.
What transport protocol does the server use?
The server uses HTTP transport for MCP communication, implemented with the github.com/modelcontextprotocol-ce/go-sdk library.
Can I change the port and clipboard size?
Yes. Specify a port with the -port flag (default 9001). The clipboard size limit is configurable (default 10,000 bytes), but details on how to set it are not provided in the README.
What runtime or dependencies are required?
The server is written in Go. You need Go installed to build and run it, and must run go mod download to fetch dependencies.
其他 分类下的更多 MCP 服务器
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Awesome Mlops
visengerA curated list of references for MLOps
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
评论