Enables interaction with the macOS clipboard through the Model Context Protocol.
Macos Clipboard provides a simple utility for interacting with the macOS clipboard using the Model Context Protocol (MCP). It allows you to copy text to the clipboard, paste text from the clipboard, and paste images from the clipboard in various formats such as TIFF, PNG, and JPEG. The utility is designed to be easily integrated into MCP-based workflows, offering a convenient way to manage clipboard data.
主要功能
01Paste images from the clipboard (TIFF, PNG, JPEG)
02Copy text to the clipboard
03Paste text from the clipboard
04Base64 encoding for images
05MCP integration
060 GitHub stars
使用案例
01Integrating clipboard functionality into MCP-driven applications
02Automating clipboard operations in scripts
03Programmatically transferring images between applications