Server enabling AI assistants to control and execute Apple Shortcuts automations
Description:
Server enabling AI assistants to control and execute Apple Shortcuts automations
Category: Automation & System Control
Overview:
This server implementation allows AI assistants to interact with Apple Shortcuts, providing capabilities to list and execute shortcuts on macOS. It requires Node.js v18+ and a configured Shortcuts app.
Key features:
Setup Requirements:
Installation:
npx -y mcp-server-apple-shortcuts
Configuration:
{
"mcpServers": {
"apple-shortcuts": {
"command": "npx",
"args": ["-y", "mcp-server-apple-shortcuts"]
}
}
}
Local Build Configuration:
{
"mcpServers": {
"apple-shortcuts": {
"command": "npx",
"args": ["/path/to/mcp-server-apple-shortcuts/build/index.js"]
}
}
}
Usage Examples:
License: Apache-2.0