Skip to content

Mac Shortcuts — read your Mac from any agent for Zed

io.github.dominic-dk/mac-shortcuts-mcp

Read your Mac's Calendar, Reminders, Notes, Contacts and more via Shortcuts. Read-only, local.

client:Zed transport:stdio runtime:npm

Install Mac Shortcuts — read your Mac from any agent in Zed

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

{
  "context_servers": {
    "mac-shortcuts-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mac-shortcuts-mcp"
      ]
    }
  }
}

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

Mac Shortcuts — read your Mac from any agent in other clients