Skip to content

Apple Shortcuts for Zed

io.github.jonathanrreed/apple-shortcuts-mcp

List, inspect, and run Apple Shortcuts on macOS.

client:Zed transport:stdio runtime:pypi

Install Apple Shortcuts in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "apple-shortcuts-mcp": {
      "command": "uvx",
      "args": [
        "apple-shortcuts-mcp"
      ],
      "env": {
        "APPLE_SHORTCUTS_MCP_SAFETY_MODE": "<APPLE_SHORTCUTS_MCP_SAFETY_MODE>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Apple Shortcuts in other clients