Skip to content
Claude Desktop

mcp mac control for Claude Desktop

io.github.dockndevai/mcp-mac-control

Full macOS control — drive a Mac like a human: shell, AppleScript, files, and human-like GUI.

client:Claude Desktop transport:stdio runtime:npm

Install mcp mac control in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "mcp-mac-control": {
      "command": "npx",
      "args": [
        "-y",
        "@dockndevai/mcp-mac-control"
      ],
      "env": {
        "MACCTL_SAFE_MODE": "<MACCTL_SAFE_MODE>",
        "MACCTL_MODE": "<MACCTL_MODE>",
        "MACCTL_CONFIRM": "<MACCTL_CONFIRM>",
        "MACCTL_PATH_ALLOWLIST": "<MACCTL_PATH_ALLOWLIST>",
        "MACCTL_PROTECTED_PATHS": "<MACCTL_PROTECTED_PATHS>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

mcp mac control in other clients