Skip to content
Cursor

paste for Cursor

io.pasteapp/paste

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

client:Cursor transport:stdio runtime:npm

Install paste in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

paste in other clients