mcpbeat Sign in

Pastea MCP Server

by pastea-app Your server? Claim it
local only

Pastea runs on your own machine — the client starts it, so there is no endpoint to ping. 69 installs a week from npm. Last commit 3 Sep 2026.

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

Installs per day peak 42 · avg 2
a month agotoday
69
Installs / week
npm · @pastea/mcp
0
Stars
0 open issues
3 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Pastea every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add pastea-mcp -- npx -y @pastea/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pastea-mcp": {
      "args": [
        "-y",
        "@pastea/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.pastea-mcp]
command = "npx"
args = ["-y", "@pastea/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "pastea-mcp": {
      "args": [
        "-y",
        "@pastea/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "pastea-mcp": {
      "args": [
        "-y",
        "@pastea/mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Pastea

same job, measured the same way
Paste
by pasteapp

Give AI tools access to your Mac clipboard history and pinboards from Paste. Runs locally.

52 installs/wk local only
LLMemory
by meir-may

Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only

answering
Notesbridge
by isaiahdupree

Search, read, and write your Apple Notes from ChatGPT/Claude via a local Mac agent + MCP relay.

answering
Proofpoint MCP
by servosity

Proofpoint TAP threats, VAPs, clickers, and IOCs from your terminal, with a local threat store.

local only
Memol
by memol

Search, read, create and edit your Memol notes from Claude. Team note-taking with AI search.

answering
C
LLMnesia
by llmnesia

Search your AI chat history from Claude, Cursor, Codex, and other MCP clients.

353 installs/wk local only
Claude Remind MCP
by emretheus

Search past Claude Code conversations. Local BM25 over JSONL with one-click claude --resume.

44 installs/wk local only
Zotero MCP Local
by piiinpiiins

Search, read PDFs, and find related papers in your local Zotero library. Read-only, 100% local.

62 installs/wk local only

Pastea — questions

Answers built from our own checks of this server.

Why is there no uptime for Pastea?
Pastea runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @pastea/mcp was installed 69 times last week.
How do I connect Pastea?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @pastea/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Pastea?
The npm package @pastea/mcp was installed 69 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Pastea open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.