A simple utility that provides model context protocol (MCP) tools for interacting with the macOS clipboard.
Overview
What is MacOS Clipboard MCP?
MacOS Clipboard MCP is a utility that provides model context protocol (MCP) tools for interacting with the macOS clipboard, allowing users to copy and paste text and images seamlessly.
How to use MacOS Clipboard MCP?
To use MacOS Clipboard MCP, install the required dependencies, start the MCP server, and utilize the provided MCP tools to interact with the clipboard.
Key features of MacOS Clipboard MCP?
- Copy text to the clipboard
- Paste text from the clipboard
- Paste images from the clipboard (supports TIFF, PNG, and JPEG formats)
Use cases of MacOS Clipboard MCP?
- Quickly copy and paste text snippets between applications.
- Transfer images from the clipboard to applications that support image input.
- Automate clipboard operations in macOS using Python scripts.
FAQ from MacOS Clipboard MCP?
- What are the requirements to run MacOS Clipboard MCP?
You need Python 3.12+ and macOS, as it uses AppleScript for clipboard operations.
- How do I install MacOS Clipboard MCP?
You can install it by running
uv syncand thenpython main.py.
- Can I use MacOS Clipboard MCP for images?
Yes! It supports pasting images from the clipboard in various formats.