HomeDevelopment › mcp-macos

mcp-macos

Observe & operate a Mac — files, processes, apps, shell, AppleScript, GUI — safe by default.

TypeScript Local macOS
★ 0 stars Last pushed 2026-09-18 License: MIT

Topics: OS Automation

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.1)

npx -y @dockndevai/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-macos": {
      "command": "npx",
      "args": [
        "-y",
        "@dockndevai/[email protected]"
      ],
      "env": {
        "MACOS_MODE": "<YOUR_VALUE>",
        "MACOS_ALLOW_EXEC": "<YOUR_VALUE>",
        "MACOS_ALLOW_DELETE": "<YOUR_VALUE>",
        "MACOS_ALLOW_INPUT": "<YOUR_VALUE>",
        "MACOS_PATH_ALLOWLIST": "<YOUR_VALUE>"
      }
    }
  }
}
  • MACOS_MODE — Access mode: read-only | read-write | admin. Starts read-only; writes need read-write.
  • MACOS_ALLOW_EXEC — Set true to allow run_command / run_applescript / kill_process (admin mode).
  • MACOS_ALLOW_DELETE — Set true to allow delete_path (moves to Trash; admin mode).
  • MACOS_ALLOW_INPUT — Set true to allow GUI input (type/key/click; admin mode). Needs Accessibility permission.
  • MACOS_PATH_ALLOWLIST — Comma-separated path roots the agent may touch (empty = anywhere; protected paths still apply).

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry