Skip to main content
Glama

applescript-mcp

clipboard_set_clipboard

Copy specified content to the clipboard on macOS using AppleScript integration with MCP server, enabling clipboard management for LLM applications.

Instructions

[Clipboard management operations] Set clipboard content

Input Schema

NameRequiredDescriptionDefault
contentYesContent to copy to clipboard

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Content to copy to clipboard", "type": "string" } }, "required": [ "content" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/joshrutkowski/applescript-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server