mcp-server-siri-shortcuts
This MCP server provides access to Siri shortcuts functionality via the Model Context Protocol.
The MCP server allows users to list, open, and run Siri shortcuts from the macOS Shortcuts app. It exposes all available shortcuts, enabling LLMs to call any shortcut that is accessible in the app. Users can dynamically generate tools for each shortcut, enhancing the interaction with Siri shortcuts through various input parameters.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-siri-shortcuts": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-siri-shortcuts"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions