Odel
Pastea

Pastea

Local
@pastea-appTypeScriptMITUpdated 3 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

MCP Bundlehttps://github.com/pastea-app/pastea-mcp/releases/download/v1.0.4/pastea-mcp-1.0.4.mcpb

Distributed as an MCP bundle (`https://github.com/pastea-app/pastea-mcp/releases/download/v1.0.4/pastea-mcp-1.0.4.mcpb`) — download it and import the bundle in your MCP client.

npm@pastea/mcpv1.0.4

Run

npx -y @pastea/mcp

MCP client config

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