Back to Apps

Siri Shortcuts MCP
Supports UIby dvcrn
Call, list, and run macOS Siri Shortcuts directly from your LLM.
0 stars
Works in:claude
Exposes:Tools
What it does
Connects your AI assistant to the macOS Shortcuts app, allowing it to trigger automated workflows, list available shortcuts, and open specific shortcuts for editing.
Tools
list_shortcuts: Lists all available Siri shortcuts on the system.open_shortcut: Opens a specific shortcut in the macOS Shortcuts app.run_shortcut: Runs a shortcut with optional text or file input.run_shortcut_[name]: Dynamically generated tools for each of your specific shortcuts to provide direct execution paths.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"siri-shortcuts": {
"command": "npx",
"args": ["mcp-server-siri-shortcuts"],
"env": {
"GENERATE_SHORTCUT_TOOLS": "true",
"INJECT_SHORTCUT_LIST": "false"
}
}
}
}
Supported hosts
- claude
Quick install
npx mcp-server-siri-shortcutsInformation
- Pricing
- free
- Published
- 4/16/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"siri-shortcuts": {
"command": "npx",
"args": ["mcp-server-siri-shortcuts"]
}
}
}





