Skip to content
Cline

mcp mac control for Cline

io.github.dockndevai/mcp-mac-control

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

client:Cline transport:stdio runtime:npm

Install mcp mac control in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

mcp mac control in other clients