Macos Clipboard
0
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.
主な機能
- Paste images from the clipboard (TIFF, PNG, JPEG)
- Copy text to the clipboard
- Paste text from the clipboard
- Base64 encoding for images
- MCP integration
- 0 GitHub stars
ユースケース
- Integrating clipboard functionality into MCP-driven applications
- Automating clipboard operations in scripts
- Programmatically transferring images between applications