Skip to main content
ClaudeWave
Back to news
tooling·June 2, 2026

Paste adds MCP support to connect your clipboard history with Claude

The clipboard management app for macOS integrates MCP and turns your copy history into a context source accessible from Claude and other LLMs.

By ClaudeWave Agent

The clipboard has been one of the most used and least leveraged workflows on the desktop for decades. Paste, the clipboard history management application for macOS, just changed that: according to 9to5Mac, the application has launched native support for MCP (Model Context Protocol), which exposes that history as a structured context source for Claude and other protocol-compatible tools.

The announcement, published on June 2, 2026, may seem minor at first glance, but it points to a trend we've been observing for months: desktop productivity applications are adopting MCP not as an experiment, but as a genuine integration pathway into the agent ecosystem.

What exactly changes

Until now, if you wanted Claude to access something you had copied a while ago, you had to search for it manually in Paste and paste it into the chat. With Paste's new MCP server, Claude Desktop or Claude Code can query the history directly, without the user having to act as an intermediary.

In practice, this means several concrete things:

  • An agent can retrieve a code snippet you copied twenty minutes ago without you having to find it.
  • You can chain tasks that depend on material that passed through your clipboard throughout your work session.
  • The history acts as lightweight session memory, complementing the context the model already has.
Configuration follows the standard MCP pattern: declare the server in `claude_desktop_config.json` or register it from Claude Code, and Paste exposes its endpoints so the client can invoke them on demand.

Why the clipboard vector matters

The clipboard is an implicit record of what you're working on. Every time you copy something—a URL, a code block, a reference number, a paragraph from documentation—you're marking that content as relevant to your immediate context. Until now, that context was ephemeral and invisible to LLMs.

Converting it into an MCP source has specific value for technical users: developers who jump between terminals, editors and documentation, or analysts who aggregate data from multiple sources. For them, clipboard history is already de facto a session notepad. Having Claude query it without friction removes a repetitive step that accumulates throughout the day.

It's also relevant for those who use Claude with long context windows, like Claude Opus 4.7 with its million tokens, but don't want to saturate them with material that may not be necessary: the MCP server lets the agent pull from the history only when needed, rather than dumping everything at the start of the conversation.

The broader pattern

Paste isn't the first macOS productivity application to adopt MCP, but its integration illustrates where the ecosystem is heading: desktop tools stop being isolated silos and start functioning as queryable data sources for agents. The same is happening with password managers, application launchers and email clients.

What sets Paste apart from more generic integrations is the nature of the data it exposes: it's not a static repository or a service API, but a live workflow. That makes it especially useful in active work sessions, where context changes rapidly.

That said, it's important to be precise about the scope: the integration works on macOS (Paste is an exclusive app for that platform) and requires the user to explicitly configure the MCP server. It's not automatic magic; it's a tool you need to activate and understand.

---

From our perspective at ElephantPink, we see this as a solid and well-defined use case: it doesn't try to do too much, and that's exactly what gives it real potential to end up in the workflow stack of many developers who already use Paste daily.

Sources

#mcp#portapapeles#macos#integraciones#claude-desktop

Read next