Provides MacOS clipboard access for AI assistants via the Model Context Protocol.
Exposes the contents of the macOS clipboard to AI assistants through a Model Context Protocol (MCP) server. This allows AI tools to seamlessly integrate with and understand data currently copied to the user's clipboard, including text, images, and raw binary data. It utilizes AppleScript to interact with the clipboard, ensuring up-to-date content retrieval on demand.
Key Features
01Retrieves content from the macOS clipboard.
02Returns content with appropriate MIME types.
03Supports text, images (PNG), and raw binary data.
04Fetches clipboard content on demand for real-time accuracy.
Use Cases
01Allowing AI to process images copied to the clipboard.
02Enabling AI assistants to understand the context of copied text.
03Facilitating data transfer between applications and AI tools.