Skip to content
Windsurf

Apple Shortcuts for Windsurf

io.github.mindstone/mcp-server-apple-shortcuts

MCP server for Apple Shortcuts via the macOS shortcuts CLI

client:Windsurf transport:stdio runtime:npm

Install Apple Shortcuts in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-server-apple-shortcuts": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-apple-shortcuts"
      ],
      "env": {
        "APPLE_SHORTCUTS_TIMEOUT_MS": "<APPLE_SHORTCUTS_TIMEOUT_MS>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Apple Shortcuts in other clients