MCP Directory
Back

mcp-server-siri-shortcuts

by dvcrn · TypeScript · ★ 184

MCP for calling Siri Shorcuts from LLMs

#llm#mcp#model-context-protocol#siri-shortcuts

Install

npx -y github:dvcrn/mcp-server-siri-shortcuts

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-siri-shortcuts": {
      "command": "npx",
      "args": [
        "-y",
        "github:dvcrn/mcp-server-siri-shortcuts"
      ]
    }
  }
}

From the README

This MCP server provides access to Siri shortcuts functionality via the Model Context Protocol (MCP). It allows listing, opening, and running shortcuts from the macOS Shortcuts app. - Exposes _all_ shortcuts, meaning the LLM can call anything that is available in the Shortcuts app. - List all available shortcuts - Open shortcuts in the Shortcuts app - Run shortcuts with optional input parameters - Dynamically generated tools for each available shortcut 1. - Lists all available Siri shortcuts on the system - No input required - Returns: Array of shortcut names 2. - Opens…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related ai & ml servers