关于
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.
主要功能
- Retrieves content from the macOS clipboard.
- Returns content with appropriate MIME types.
- Supports text, images (PNG), and raw binary data.
- Fetches clipboard content on demand for real-time accuracy.
使用案例
- Allowing AI to process images copied to the clipboard.
- Enabling AI assistants to understand the context of copied text.
- Facilitating data transfer between applications and AI tools.