mnardit/clipboard-mcp
Cross-platform MCP server for system clipboard access
Platform-specific configuration:
{
"mcpServers": {
"clipboard-mcp": {
"command": "npx",
"args": [
"-y",
"clipboard-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://github.com/mnardit/clipboard-mcp/actions) [](https://crates.io/crates/clipboard-mcp) [](LICENSE)
Cross-platform Model Context Protocol (MCP) server that gives AI assistants direct read/write access to your system clipboard. [Website](https://max.nardit.com/clipboard-mcp)
Copy an error → ask Claude to fix it → the fix lands in your clipboard. No manual paste into chat, no manual copy from response.
cargo install clipboard-mcppbcopy/xclipwatch_clipboard lets agents react to what you copy in real-time| Tool | Description | |------|-------------| | get_clipboard | Read current text from the clipboard. Content over 100 KB is truncated. | | get_clipboard_html | Read HTML content from the clipboard (e.g., rich text from browsers). | | set_clipboard | Write text to the clipboard (max 1 MB). | | watch_clipboard | Wait for clipboard text to change (default 30s, max 300s). Max 5 concurrent. | | list_clipboard_formats | Probe which formats are available (text, HTML, image, files). | | clear_clipboard | Clear all clipboard content. |
| Parameter | Type | Default | Description | |-----------|------|---------|-------------| | timeout_secs | integer (optional) | 30 | Seconds to w
Loading reviews...