Skip to main content
Glama
pasteapp

Paste MCP

Official
by pasteapp

Paste MCP

npm version npm downloads license

Local MCP server for Paste. Give Claude, Codex, Cursor, and other AI tools access to your Mac's clipboard history and pinboards — without anything leaving your device.

Your assistant can search your clipboard items, pull one into context, or save its output to a pinboard.

Install

Use add-mcp to connect Paste to all your installed AI apps:

npx add-mcp @pasteapp/mcp

The first time an app uses Paste, it'll ask you to authenticate and allow access.

Alternatively, connect Paste to each app manually:

Claude Code

claude mcp add paste -- npx -y @pasteapp/mcp

Codex

codex mcp add paste -- npx -y @pasteapp/mcp

Cursor

Add to Cursor

VS Code

Install in VS Code

Connect from Paste

You can also connect any app right inside Paste. Open Settings → MCP & AI Tools, click Connect AI Tool, and choose your app — Paste does the rest.

Connecting an AI tool from Paste's MCP & AI Tools settings

Related MCP server: Colab MCP

Privacy Policy

Paste MCP runs locally on your Mac — it bridges your AI app to Paste's on-device server and sends nothing to Paste's own servers. Your clipboard items only reach the AI apps you approve, and you can revoke access anytime in Settings → MCP & AI Tools.

Full policy — what data is processed, how it's stored, sharing, retention, and contact: https://pasteapp.io/privacy.

Troubleshooting

The AI tool says Paste isn't available. Make sure Paste is running and MCP is enabled in Settings → MCP & AI Tools.

Tools don't show up after connecting. Fully quit and reopen your AI app so it relaunches the server.

npx errors or "command not found". Confirm Node.js 18+ is installed: node --version.

Requirements

  • macOS with Paste 6.6+, and MCP enabled in Settings → MCP & AI Tools

  • Node.js 18+

Contributing

Issues and pull requests welcome — see the issue tracker.

License

MIT © Paste Team ApS

Available Tools

1 tool
paste_statusA

Returns Paste's connection status. Call this if Paste-related tools are missing — the response explains how to bring Paste online.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.5/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description still discloses the output (connection status and instructions to bring Paste online). It is transparent about its read-only nature and does not hide any side effects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, immediately front-loading the purpose. Every word adds value, with no extraneous information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a zero-parameter status tool, the description fully explains what it returns and why it exists. No output schema is needed given the simplicity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

There are zero parameters and schema coverage is 100%. The description adds no parameter info, but none is needed. Baseline score of 4 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool returns Paste's connection status and provides specific guidance for when it should be called. The verb 'returns' and resource 'connection status' are explicit.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to use this tool: 'Call this if Paste-related tools are missing'. Although no alternatives are listed, the condition is clear given no siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 1 tool updatev0.1.1
    • First observedpaste_status

TDQS

A4.3/5.0
Disambiguation5/5

With only one tool, there is no possibility of confusion between tools. The tool has a clear and distinct purpose.

Naming Consistency5/5

Having a single tool makes naming trivially consistent. The name 'paste_status' follows a clear noun_noun pattern that aligns with the server's purpose.

Tool Count3/5

One tool is at the low end of reasonable scope. The server's purpose seems to require more tools, but the single tool serves as a diagnostic entry point.

Completeness2/5

The tool set is severely incomplete for any real task beyond checking status. Agents cannot perform any Paste-related operations without additional tools that appear only after Paste is online.

Maintenance

ActivityStale
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    Gives AI assistants direct access to macOS clipboard - letting Claude copy generated code, text, or files straight to your clipboard for pasting anywhere on Mac.
    245
    MIT
  • -
    license
    Not graded
    quality
    Not graded
    maintenance
    Enables AI coding assistants like Claude Code, Cursor, and Codex to share chat logs, terminal history, and session context with each other. Eliminates the need to re-explain context when switching between different AI coding tools.
    2
    -
  • A
    license
    Not graded
    quality
    D
    maintenance
    Bring your Plaud Note recordings into Claude Desktop. Search meetings, pull transcripts, and ask Claude about your notes — directly from chat.
    1
    MIT

Latest Blog Posts

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/pasteapp/paste-mcp'

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