Claude Paste MCP
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.
README
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 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.
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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.