MCP Server
MCP
Apple Shortcuts
MCP server for Apple Shortcuts via the macOS shortcuts CLI
Install
npx -y @mindstone/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@mindstone/mcp-server-apple-shortcuts",
"version": "0.2.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Maximum time in milliseconds to wait for a shortcuts CLI invocation before terminating it",
"format": "number",
"default": "120000",
"name": "APPLE_SHORTCUTS_TIMEOUT_MS"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment