MCP AppleScript
by pietz
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TIMEOUT | No | Script execution timeout in seconds. | 30 |
| ALLOWED_APPS | No | Comma-separated list of allowed applications (case-insensitive). Use '*' to allow all applications (default), or an empty string to block all. | * |
| BLOCK_DANGEROUS | No | Enable or disable dangerous pattern detection (e.g., shell scripts, system control, file system access). | true |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| statusA | Returns the list of allowed apps and whether dangerous command blocking is enabled. |
| run_applescriptA | Execute AppleScript commands on macOS. Use 'tell application "AppName"' to control apps. Multi-line scripts supported. Returns plain text output, truncated to 10,000 chars for large results. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/pietz/mcp-applescript'
If you have feedback or need assistance with the MCP directory API, please join our Discord server