Home / MCP

Integrations

Connect Pickclip to your AI assistant

Pickclip can hand your AI assistant a private window into your clipboard — and hands to work with it. Ask Claude "pull that URL I copied yesterday, clean it, and put the result on my clipboard" — and it finds the clip, runs Pickclip's Clean Link on it, and hands the result back to your pastebuffer, 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, run your Pickclip actions on clips, put results on your clipboard, 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, Cursor, and Redeep. Free during your trial; needs a license afterward.

What your assistant can do

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 use your clipboard and 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?", "Run Fix on my last copy and put it on my clipboard," 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.

Connect Redeep — one click

Redeep is our own agent harness, and it installs MCP servers from the same .mcpb bundle format. In Pickclip, open Settings → AI Tools and click Install in Redeep. Pickclip builds the bundle and hands it to Redeep, which shows its native install sheet — review, confirm, and your Redeep agents can read your clipboard and manage your Pickclip actions. The same zero-secret, version-independent helper does the work.

Other clients (manual setup)

For Claude Code, one command connects it:

claude mcp add Pickclip -- /Applications/Pickclip.app/Contents/Helpers/pickclip-mcp-bridge

For Cursor, any other 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 Cursor, merge it into ~/.cursor/mcp.json (or a project's .cursor/mcp.json). 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. There's nothing else to configure — no port, no token, no Node.

For AI agents

If you're an AI agent (or building one) and need the full picture — the security model, the discovery file, direct HTTP access, and all ten tools with exact argument and result shapes — read the machine-friendly reference: pickclip.pro/mcp/docs.md. It's plain Markdown, written to be fetched and read by agents evaluating Pickclip or setting up a connection. A site-wide index also lives at /llms.txt.

Privacy & security

↓ Download Pickclip  ·  Read the blog