Skip to content
Grok

mcp mac control for Grok

io.github.dockndevai/mcp-mac-control

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

client:Grok transport:stdio runtime:npm

Install mcp mac control in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "mcp-mac-control": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

mcp mac control in other clients