Back to Home
G3sparky icon

claude-paste-mcp

Verified Safe

by G3sparky

Overview

Allows users to paste images, Excel tables, rich text, and plain text from their Windows clipboard directly into Claude via a popup interface.

Installation

Run Command
node src/index.js

Security Notes

The server invokes a PowerShell script (`PastePopup.ps1`) using `child_process.spawn` with `-ExecutionPolicy Bypass`. This grants the script full local system access without requiring it to be signed. While necessary for its intended functionality (clipboard interaction, file system operations, UI popup), it relies heavily on the user trusting the source code of the PowerShell script. There are no obvious `eval` calls or external network risks directly from the Node.js wrapper, but a compromised PowerShell script could lead to arbitrary code execution.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassLow
Avg Tokens75
Stars0
Forks0
Last Update2025-11-23

Tags

WindowsClipboardImageTextExcelClaudeMCP