Apple Shortcuts runs on your own machine — the client starts it, so there is no endpoint to ping. 43 installs a week from npm. Last commit 13 Sep 2026.
MCP server for Apple Shortcuts via the macOS shortcuts CLI
Today is the operative word: we check Apple Shortcuts every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-server-apple-shortcuts -- npx -y @mindstone/mcp-server-apple-shortcuts
{
"mcpServers": {
"mcp-server-apple-shortcuts": {
"args": [
"-y",
"@mindstone/mcp-server-apple-shortcuts"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-server-apple-shortcuts]
command = "npx"
args = ["-y", "@mindstone/mcp-server-apple-shortcuts"]
{
"mcpServers": {
"mcp-server-apple-shortcuts": {
"args": [
"-y",
"@mindstone/mcp-server-apple-shortcuts"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-server-apple-shortcuts": {
"args": [
"-y",
"@mindstone/mcp-server-apple-shortcuts"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
APPLE_SHORTCUTS_TIMEOUT_MS (Maximum time in milliseconds to wait for a shortcuts CLI invocation before terminating it).
The author declared them in the registry entry; get the values from the project itself.
MCP server for macOS Contacts.app — contact management via AppleScript
CLI and MCP server for the LinkedIn API
MCP server for the Vulners.com API
MCP server for macOS Calendar.app — calendar and event management via AppleScript
CLI and MCP server for the Qonto banking API
MCP server for managing Caddy web servers via the admin API
MCP server for macOS desktop automation via the Accessibility API.
MCP server for macOS Mail.app — gives Claude native email access via AppleScript
Answers built from our own checks of this server.