Skip to main content
Glama

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)

Related MCP server: MCP Desktop Tools

Setup

  1. Install Dependencies:

    npm install
  2. 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

  1. Open Claude CLI or Desktop.

  2. 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.

  3. A Windows Popup will appear.

  4. 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

  5. You can paste multiple items. Select items to preview or delete.

  6. Click Confirm.

  7. 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.

Install Server
F
license - not found
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    D
    maintenance
    An MCP server that gives Claude and other AI assistants access to your Maccy clipboard history, allowing search, retrieval, and management of copied content through natural conversation.
    9
  • F
    license
    A
    quality
    D
    maintenance
    An MCP server that provides Claude with comprehensive desktop automation capabilities including browser control, window management, and native mouse/keyboard input on Windows. It enables users to capture screenshots, launch applications, and interact with the system clipboard through natural language.
    20
  • A
    license
    A
    quality
    B
    maintenance
    MCP server that reads and writes the system clipboard — tables, text, code, JSON, URLs, images, and more. Preserves spreadsheet structure (rows/columns) that is lost when pasting into Claude directly.
    4
    4
    Apache 2.0
  • A
    license
    -
    quality
    D
    maintenance
    An MCP server for capturing screen regions directly into Claude Code conversations via hotkeys or tool calls. It provides Windows-specific screen snipping with multi-monitor support, persistent storage, and automatic management of captured images.
    MIT

View all related MCP servers

Related MCP Connectors

  • User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.

  • MCP server giving Claude AI access to 22+ NYC public-record databases for real estate due diligence

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/G3sparky/claude-paste-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server