Allows users to paste copied cells from Google Sheets into Claude through a Windows popup interface, facilitating the transfer of spreadsheet tables.
Supports the generation of Moodle Cloze format code by automatically converting Excel or spreadsheet tables for educational content creation.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Claude Paste MCPpaste the screenshot and Excel table from my clipboard /pic"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Claude Paste MCP
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.
Requirements
Windows 10/11
Node.js 18+
PowerShell 5.1+ (Standard on Windows)
Setup
Install Dependencies:
npm installConfigure 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.
Usage
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:
Images (screenshots, copied images)
Excel tables (copied cells from Excel/Google Sheets)
Rich Text (formatted text from Word, etc.)
Plain Text
You can paste multiple items. Select items to preview or delete.
Click Confirm.
Claude will receive the content paths and context.
Phases
Phase 1: Single image paste.
Phase 2: Multiple images, list view, delete capability.
Phase 3: Support for Excel tables, Rich Text, and plain text.
Phase 4 (In Progress): Moodle Code generation - auto-convert Excel tables to Moodle Cloze format (red text = correct answers).
See PROGRESS.md for detailed progress tracking.
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.