The macOS (osascript/pbpaste/pbcopy) and Windows (PowerShell) backends are fully implemented and unit tested, but have not been verified on real hardware. I'm a Linux/Wayland user and don't have access to either platform.
If you're on macOS or Windows and willing to try mcp-clipboard, even 10 minutes of testing would be a huge help.
Setup
- Configure Claude Desktop per the README (uvx option is easiest)
- Enable debug logging if something doesn't work: add
"MCP_CLIPBOARD_DEBUG": "1" to the "env" key in your Claude Desktop config
v1.0.x — Core functionality
v1.1.x — RTF read
v1.2.x — Table schema inference
v1.4.x — Typed clipboard write
How to report
Comment on this issue with:
- Your OS and version (e.g., macOS 15.3, Windows 11 24H2)
- What worked / what didn't
- Any error output (debug logs especially helpful)
Even a "everything worked on macOS Sequoia" is valuable — it lets me mark the platform as tested in the README.
Thanks!
The macOS (
osascript/pbpaste/pbcopy) and Windows (PowerShell) backends are fully implemented and unit tested, but have not been verified on real hardware. I'm a Linux/Wayland user and don't have access to either platform.If you're on macOS or Windows and willing to try mcp-clipboard, even 10 minutes of testing would be a huge help.
Setup
"MCP_CLIPBOARD_DEBUG": "1"to the"env"key in your Claude Desktop configv1.0.x — Core functionality
v1.1.x — RTF read
v1.2.x — Table schema inference
v1.4.x — Typed clipboard write
<b>Hello</b>" → verify clipboard contains HTMLHow to report
Comment on this issue with:
Even a "everything worked on macOS Sequoia" is valuable — it lets me mark the platform as tested in the README.
Thanks!