MCP Server Clipboard
About
A MCP server to interact with Server Clipboard, research purpose only!
Details
- Author
- modelcontextprotocol-ce
- Downloads
- 320
- Categories
- Other
Jump to
- 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
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.
MCP Server Clipboard
A Model Context Protocol (MCP) server that provides clipboard functionality. This implementation follows the MCP specification and offers tools for reading and writing clipboard content.
Features
- Simple, lightweight MCP-compliant clipboard server
- Secure API token authentication
- Configurable clipboard size limits
- Tools for clipboard content management:
- clipboard_update: Update clipboard content
- clipboard_get: Retrieve clipboard content
- Configurable port via command-line arguments
Installation
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



