Skip to main content
Glama

applescript-mcp

clipboard_get_clipboard

Retrieve clipboard content from macOS, specifying text or file paths, using AppleScript integration for LLM applications.

Instructions

[Clipboard management operations] Get current clipboard content

Input Schema

NameRequiredDescriptionDefault
typeNoType of clipboard content to gettext

Input Schema (JSON Schema)

{ "properties": { "type": { "default": "text", "description": "Type of clipboard content to get", "enum": [ "text", "file_paths" ], "type": "string" } }, "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