Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Pastea
Pastea logo
Health: ActiveRecent health check succeeded.Last checked 9/8/2026, 12:32:49 AM

Pastea

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Search, read and re-copy your Mac clipboard history from Pastea. Local, pairs with one click.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "pastea": {
      "command": "npx",
      "args": [
        "-y",
        "add-mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Pastea MCP

GitHub release npm version CI license

Local MCP server for Pastea. Give Claude, Cursor, Codex, VS Code and other AI tools access to your Mac's clipboard history β€” without anything leaving your Mac.

Your assistant can search what you copied, pull a clip into context (including the text Pastea reads inside your screenshots), and put a clip back on the clipboard for you to paste.

Pastea runs the MCP server itself, on 127.0.0.1 only. This package is the thin, dependency-free bridge that AI apps launch: it finds Pastea, asks it for access once β€” you click Allow in Pastea β€” and relays messages over stdio.

Install

Claude Desktop

One click from Pastea: open Settings β†’ MCP & AI Tools, turn on Enable MCP, and click Claude Desktop. Claude Desktop opens with the Pastea extension ready to install.

Or find Pastea in Claude Desktop under Settings β†’ Extensions β†’ Browse extensions, or download pastea-mcp-<version>.mcpb from the latest release and double-click it.

The first time Claude uses it, Pastea asks you to allow the connection.

Every other AI app

Use add-mcp to connect Pastea to all your installed AI apps at once:

Terminal
npx add-mcp @pastea/mcp

Or connect each app yourself:

Claude Code

Terminal
claude mcp add pastea -- npx -y @pastea/mcp

Codex

bash
codex mcp add pastea -- npx -y @pastea/mcp

Cursor

Add to Cursor

VS Code

Install in VS Code

Anything else that runs stdio MCP servers:

config.json
{ "mcpServers": { "pastea": { "command": "npx", "args": ["-y", "@pastea/mcp"] } } }

The first time an app uses Pastea, Pastea shows "Allow <app> to use your clipboard history?" β€” click Allow and the tools appear.

Connect from Pastea

Every app above can also be connected from inside Pastea β€” Settings β†’ MCP & AI Tools, click the app's chip. Cursor and VS Code open an install prompt; Claude Code, Windsurf and Codex get the exact command or config to paste, already carrying an access token, so no pairing prompt is needed.

Pastea's MCP & AI Tools settings page

What your assistant can do

ToolWhat it does
search_clipsSearch your clipboard history and lists β€” text, links, file names, and text recognized in screenshots.
get_clipRead one clip in full, with a thumbnail for pictures.
list_collectionsList your history and the lists you made, with counts.
copy_clipPut a clip back on the system clipboard, exactly as copied. You paste it yourself with ⌘V.
pastea_statusSays whether Pastea is reachable and connected, and what to do if not.

An AI tool can never delete a clip, never pastes into another app, and never sees items Pastea conceals (from password managers).

How pairing works

The bridge ships with no credentials. On first use it asks Pastea for access and Pastea shows "Allow Claude Desktop to use your clipboard history?" (or Cursor, Codex, …). Click Allow and the tools appear a moment later; click Don't Allow and nothing is granted β€” the assistant gets a pastea_status tool that explains the situation.

Connections are listed in Pastea β†’ Settings β†’ MCP & AI Tools β†’ Connected AI Tools, where you can Revoke each one. Pastea then asks again only if you ask the assistant to reconnect.

Requirements

  • macOS 15 or later
  • Pastea 1.3+ with Pastea Pro, and Enable MCP turned on in Settings β†’ MCP & AI Tools
  • For npx installs: Node.js 20+ (Claude Desktop needs nothing β€” it ships its own)

Privacy Policy

Pastea MCP runs locally on your Mac.

  • It connects only to Pastea on 127.0.0.1 and to nothing else. It makes no network requests to Nexo Labs or any third party, and carries no analytics or telemetry.
  • It moves clipboard data only between Pastea and the AI app that runs it, and only after you clicked Allow in Pastea. What that AI app does with clips it reads is governed by that app's own privacy policy.
  • It stores one thing: the access token Pastea issued when you clicked Allow, in ~/Library/Application Support/Pastea/MCP Bridge/tokens.json, readable by your user account only. Revoking the connection in Pastea invalidates it immediately; uninstalling Pastea removes the file.
  • Concealed clips are never available to it, and it cannot delete anything.

Full policy β€” what data Pastea processes, how it is stored, sharing, retention, and contact: https://pastea.app/privacy.

Troubleshooting

"Pastea isn't running, or its MCP endpoint is turned off." Open Pastea and turn on Enable MCP in Settings β†’ MCP & AI Tools, then ask the assistant to call pastea_status.

"Pastea Pro is required." MCP access is a Pro feature. Subscribe in Pastea's Settings, then call pastea_status.

"Pastea is asking the user to allow this connection." Look for the Pastea window β€” it may be behind the AI app β€” and click Allow.

The tools vanished. The connection was revoked in Pastea, or Pastea was reset. Ask the assistant to call pastea_status to pair again.

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

Changed Pastea's port? The bridge reads it from Pastea's preferences on every launch; restart the AI app.

Logs for Claude Desktop: ~/Library/Logs/Claude/mcp-server-Pastea.log. The bridge never logs the token.

Development

Terminal
npm install
npm test            # node --test, no network
npm run build       # tsc β†’ dist/
scripts/pack.sh     # validate + pack β†’ build/pastea-mcp-<version>.mcpb + SHA256SUMS

Run it against a development Pastea by hand:

bash
PASTEA_MCP_URL=http://127.0.0.1:41418/mcp node dist/index.js

then type JSON-RPC lines on stdin (initialize, notifications/initialized, tools/list). Releases are cut by tagging v<version> (matching package.json, manifest.json, server.json and src/version.ts); the workflow packs the bundle and publishes it.

Contributing

Issues and pull requests welcome β€” see the issue tracker.

License

MIT Β© Nexo Labs

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • Docs logoDocs

    Search and read Empryo's documentation. Read-only, no auth, no local access.

    πŸ’» Developer Tools0 views
    Compare vs Docs β†’
  • Freeq logoFreeq

    Read and verify freeq conversations: channels, history, search, signatures, pins.

    πŸ’» Developer Tools0 views
    Compare vs Freeq β†’
  • Legalize logoLegalize

    Official MCP connector for Legalize: read and search its whole open corpus, at any point in time.

    πŸ’» Developer Tools1 views
    Compare vs Legalize β†’
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Pastea

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "pastea": { "command": "npx", "args": ["-y", "Pastea"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewPastea AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/pastea?style=directory)](https://allmcps.com/mcp/pastea)
HTML Embed
<a href="https://allmcps.com/mcp/pastea"><img src="https://allmcps.com/api/badge/pastea?style=directory" alt="Pastea on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
36Quality signal: Fair Β· 36/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Pastea β†’Install in Claude DesktopInstall in CursorInstall in VS Code