loading…
Search for a command to run...
loading…
A Windows-native MCP server that enables users to paste images, Excel tables, rich text, and plain text directly into Claude via a dedicated popup interface. It
A Windows-native MCP server that enables users to paste images, Excel tables, rich text, and plain text directly into Claude via a dedicated popup interface. It supports multi-item management and format conversion to streamline sharing complex clipboard data with the model.
A Windows-native MCP server that allows you to paste images, Excel tables, rich text, and plain text directly into Claude via a popup interface.
Install Dependencies:
npm install
Configure Claude:
Add the following to your ~/.claude/config.json (create it if it doesn't exist):
{
"mcpServers": {
"claude-paste": {
"command": "node",
"args": ["C:\\path\\to\\claude-paste-mcp\\src\\index.js"]
}
}
}
Note: Replace C:\\path\\to\\... with the actual absolute path to this folder.
Open Claude CLI or Desktop.
Type a prompt that triggers the tool, for example:
"I'm seeing a bug, here is the screenshot: /pic"
Note: Use /pic (slash command) instead of @pic.
A Windows Popup will appear.
Press Ctrl+V to paste content. Supported formats:
You can paste multiple items. Select items to preview or delete.
Click Confirm.
Claude will receive the content paths and context.
See PROGRESS.md for detailed progress tracking.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"claude-paste-mcp": {
"command": "npx",
"args": []
}
}
}