Home / MCP

Integrations

Connect Pickclip to your AI assistant

Pickclip can hand your AI assistant a private, read-and-manage window into your clipboard. Ask Claude "what was that address I copied earlier?" or "make me an action that formats JSON" — and it works directly with your real clipboard history and your Pickclip actions, over a local server that never leaves your Mac unless you point it at a cloud model.

The short version
  • Pickclip runs a local MCP server — off until you switch it on in Settings → AI Tools.
  • Your assistant can read your clipboard history, read full clip contents, and create, edit, and delete custom actions.
  • It's localhost-only and token-protected. Password-manager and concealed clips are never shared.
  • One-click install as a Claude Desktop extension — no Node, no config files. Also works with Claude Code and Cursor. Free during your trial; needs a license afterward.

What your assistant can do

Writing to the clipboard and running actions through your local models aren't part of this first release — the assistant reads and curates, it doesn't paste over your clipboard.

Connect Claude Desktop — one click

Claude Desktop installs local MCP servers as extensions, and Pickclip builds one for you. No config files, no Node, nothing to copy.

  1. Turn it on. In Pickclip, open Settings → AI Tools and switch on "Let AI tools read your clipboard and manage actions."
  2. Install the extension. Click Install Extension. Pickclip builds a Pickclip.mcpb and hands it to Claude Desktop, which shows its one-click install dialog. Confirm, and you're connected.
  3. Ask away. Try "Using Pickclip, what are the last few things I copied?" or "Make me a Pickclip action that formats JSON."

There's no token or port to manage — the extension carries a tiny helper that reads those from Pickclip each time it connects, so it never goes stale and holds no secrets. If Pickclip isn't running when Claude connects, the helper launches it for you.

Other clients (manual setup)

For Claude Code, Cursor, or any MCP client that launches a command — or to edit Claude Desktop's config by hand — use the Copy config button under Manual setup in Settings → AI Tools. It puts this on your clipboard, with the command path matching wherever Pickclip is installed:

{ "mcpServers": { "Pickclip": { "command": "/Applications/Pickclip.app/Contents/Helpers/pickclip-mcp-bridge" } } }

For Claude Desktop, merge it into ~/Library/Application Support/Claude/claude_desktop_config.json (create it if needed; add "Pickclip" alongside any servers already there) and restart the app. Other clients: point their MCP configuration at the same command.

Privacy & security

↓ Download Pickclip  ·  Read the blog