top


Paste Quick LOGO

Paste Quick

中文Contact & SupportChangelog

Paste Quick for macOS

minimum OS requirement: macOS 14.0

PasteQuick is a privacy-focused and simple clipboard management tool designed to help you efficiently manage various temporary data such as text, links, images, and code. It records everything you copy or cut and saves it in a history list, allowing you to quickly find and use clipboard records, greatly improving your productivity.

Paste Quick Screenshot 1

Paste Quick Screenshot 4

Paste Quick Screenshot 2

Paste Quick Screenshot 3

PasteQuick is continuously being optimized and developed to bring more convenience to your daily work. We welcome your valuable feedback and suggestions!

AI Direct Access to Clipboard

PasteQuick is powered by the Model Context Protocol (MCP), allowing AI assistants to directly access your clipboard.

AI can retrieve, read, summarize, and analyze clipboard content, making it easy to build custom AI-powered workflows. Your clipboard data, now empowered by AI.

Configure with Grok

# Add the PasteQuick MCP server
$ grok mcp add pastequick \
  --transport stdio \
  --scope user \
  -- "/System/Applications/PasteQuick.app/Contents/MacOS/PasteQuick" --mcp

# Remove the PasteQuick MCP server
$ grok mcp remove pastequick

# List configured MCP servers
$ grok mcp list

# Diagnose the connection status of the PasteQuick MCP server
$ grok mcp doctor pastequick

You can also configure it directly in ~/.grok/config.toml:

[mcp_servers.pastequick]
command = "/Applications/PasteQuick.app/Contents/MacOS/PasteQuick"
args = ["--mcp"]
enabled = true