Cross-device clipboard sync for macOS, Windows & Linux — end-to-end encrypted, LAN-only, no cloud. OCR, CLI and MCP server built in.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"crosspaste-desktop": {
"command": "npx",
"args": [
"-y",
"CrossPaste/crosspaste-desktop"
]
}
}
}
Run in terminal:
claude mcp add crosspaste-desktop npx -y CrossPaste/crosspaste-desktop
Add to .cursor/mcp.json:
{
"mcpServers": {
"crosspaste-desktop": {
"command": "npx",
"args": [
"-y",
"CrossPaste/crosspaste-desktop"
]
}
}
}