Skip to main content
Glama

Coyote MCP Server

by Sai-Adarsh

run_applescript

Execute AppleScript commands on macOS to automate tasks and control applications directly from MCP-compatible development environments.

Instructions

Executes an AppleScript command using osascript on macOS.

Input Schema

NameRequiredDescriptionDefault
scriptYesAppleScript code to execute.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "script": { "description": "AppleScript code to execute.", "type": "string" } }, "required": [ "script" ], "type": "object" }

Other Tools from Coyote MCP Server

Related Tools

    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/Sai-Adarsh/coyote-mcp-server'

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