Skip to main content
Glama

Maccy Clipboard MCP

by vlad-ds

Maccy Clipboard MCP Server

An MCP (Model Context Protocol) server that exposes your Maccy clipboard history to Claude and other AI assistants.

⚠️ Important Security Warning

This tool provides Claude access to your entire clipboard history, which may contain sensitive information such as passwords, API keys, personal data, or confidential content. When connected to external AI systems, this data could potentially be transmitted outside your local machine.

By using this MCP server, you acknowledge and accept full responsibility for any data exposure or security risks. The author disclaims all responsibility for any unauthorized access, data leaks, or security breaches that may result from using this tool.

Use at your own risk. Consider your security requirements carefully before installation.

About Maccy

Maccy is a lightweight clipboard manager for macOS that keeps a history of everything you copy. It runs in your menu bar and stores clipboard items locally in a SQLite database. This MCP server connects directly to that database to give Claude access to your clipboard history, allowing you to search, retrieve, and manage your copied content through natural conversation.

Features

  • 🔍 Search clipboard history with text patterns
  • 📋 Get recent clipboard items with full content
  • 🖼️ Image support - view images from clipboard history
  • 📌 Pin/unpin important items
  • 📊 View clipboard usage statistics
  • 🗂️ Filter by application
  • 📁 Export history to JSON/CSV/TXT formats

Prerequisites

  • macOS with Maccy installed
  • Node.js 16+
  • Claude Desktop or other MCP-compatible client

Installation

  1. Download the maccy-clipboard-mcp.dxt file from this repository
  2. Double-click the .dxt file to open it in Claude Desktop
  3. Claude Desktop will automatically install and configure the MCP server
  4. Restart Claude Desktop

Manual Installation

If you encounter issues with the .dxt installation:

  1. Clone this repository:
git clone <repository-url> cd maccy-clipboard-mcp
  1. Install dependencies:
npm install
  1. Add to Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json):
{ "mcpServers": { "maccy-clipboard": { "command": "node", "args": ["/path/to/maccy-clipboard-mcp/server/index.js"] } } }
  1. Restart Claude Desktop

Troubleshooting

If you encounter issues loading the extension or Node.js related problems:

Required Node.js Configuration (if issues occur)

⚠️ If the extension fails to load, try disabling Claude Desktop's built-in Node.js:

  1. Install Node.js LTS: Visit nodejs.org and download the LTS version
  2. Configure Claude Desktop:
    • Go to Claude > Settings > Extensions > Advanced Settings
    • Disable "Use Built-in Node.js for MCP"
    • Restart Claude Desktop

Some users may need to use their system's Node.js installation instead of Claude's built-in version.

Additional Troubleshooting Steps

If you still experience issues:

  1. Verify Node.js is installed: Run node --version in your terminal
  2. Ensure "Use Built-in Node.js for MCP" is disabled in Claude Desktop settings
  3. Restart Claude Desktop completely
  4. Check the logs at ~/Library/Logs/Claude/ (macOS) or %LOCALAPPDATA%\Claude\Logs\ (Windows) for MCP server error details

Available Tools

  1. search_clipboard - Search by text pattern with filters
  2. get_recent_items - Get recent items with image support (images shown by default)
  3. copy_to_clipboard - Copy item back to clipboard (supports both text and images)
  4. pin_item / unpin_item - Manage pinned items
  5. export_history - Export to local file
  6. get_clipboard_stats - View usage statistics
  7. get_items_by_app - Filter by application with image support

Image Support

The server automatically detects and returns images from your clipboard history:

  • Images are shown by default in recent items and searches
  • Images are returned as base64-encoded data with thumbnail sizing (100px width)
  • Supports PNG, JPEG, TIFF, and other common formats
  • Images are marked with 🖼️ indicator
  • Both text and image content can be copied back to the clipboard

Notes

  • All data stays local on your machine
  • The server has read-only access by default (except for pin/unpin operations)
  • Large exports are written to local files to avoid MCP size limits
-
security - not tested
F
license - not found
-
quality - not tested

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.

  1. ⚠️ Important Security Warning
    1. About Maccy
      1. Features
        1. Prerequisites
          1. Installation
            1. Easy Installation (Recommended)
            2. Manual Installation
            3. Troubleshooting
          2. Available Tools
            1. Image Support
              1. Notes

                Related MCP Servers

                • A
                  security
                  F
                  license
                  A
                  quality
                  An MCP server that allows Claude AI to perform filesystem operations including reading, writing, listing, moving files, and searching directories within specified allowed paths.
                  Last updated -
                  9
                  10
                  1
                  JavaScript
                • -
                  security
                  A
                  license
                  -
                  quality
                  An MCP server that implements Claude Code-like functionality, allowing the AI to analyze codebases, modify files, execute commands, and manage projects through direct file system interactions.
                  Last updated -
                  224
                  Python
                  MIT License
                  • Apple
                  • Linux
                • -
                  security
                  F
                  license
                  -
                  quality
                  An MCP server that allows AI assistants like Claude to execute terminal commands on the user's computer and return the output, functioning like a terminal through AI.
                  Last updated -
                  46
                  Python
                  • Apple
                • A
                  security
                  A
                  license
                  A
                  quality
                  MCP server that provides Claude AI assistants with the ability to search the web, get news, and perform research using the You.com API.
                  Last updated -
                  4
                  TypeScript
                  MIT License
                  • Linux
                  • Apple

                View all related MCP servers

                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/vlad-ds/maccy-clipboard-mcp'

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