---
title: "Set Clipboard Text"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/lib/apple/setclipboardtext
markdown: https://docs.nodetool.ai/nodes/lib/apple/setclipboardtext.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/apple/setclipboardtext.md
---

# Set Clipboard Text

**Type:** `lib.apple.SetClipboardText`

**Namespace:** `lib.apple`

## Description

Write plain text to the macOS clipboard via AppleScript.
    clipboard, text, macos

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| text | `str` | Text to put on the clipboard | `` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `bool` |  |

## Related Nodes

Browse other nodes in the [lib.apple](./) namespace.
