MCP.so
登录

MCP Server Clipboard

@modelcontextprotocol-ce

关于 MCP Server Clipboard

A MCP server to interact with Server Clipboard, research purpose only!

基本信息

分类

其他

许可证

MIT

运行时

go

传输方式

stdio

发布者

modelcontextprotocol-ce

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 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_update and clipboard_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 服务器