Odel
paste mcp

paste mcp

Local
@pasteapp1TypeScriptMITUpdated 3w ago

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

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).

npm@pasteapp/mcpv0.1.3

Run

npx -y @pasteapp/mcp

MCP client config

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