mcpbeat Sign in

MCP Mac Control MCP Server

local only

MCP Mac Control runs on your own machine — the client starts it, so there is no endpoint to ping. 235 installs a week from npm. Last commit 19 Sep 2026.

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

Installs per day peak 188 · avg 7
a month agotoday
235
Installs / week
npm · @dockndevai/mcp-mac-control
0
Stars
0 open issues
19 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 15 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/mac/client.ts:47
        child = spawn(command, args, { cwd: opts.cwd, env: process.env });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-mac-control -- npx -y @dockndevai/mcp-mac-control
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-mac-control": {
      "args": [
        "-y",
        "@dockndevai/mcp-mac-control"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-mac-control]
command = "npx"
args = ["-y", "@dockndevai/mcp-mac-control"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-mac-control": {
      "args": [
        "-y",
        "@dockndevai/mcp-mac-control"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-mac-control": {
      "args": [
        "-y",
        "@dockndevai/mcp-mac-control"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MACCTL_SAFE_MODE (Set true to invert to safe-by-default: read-only, all powers gated, confirmations on. Default false (full control).), MACCTL_MODE (Access mode: read-only | read-write | admin. Defaults to admin (or read-only in safe mode).), MACCTL_CONFIRM (Set true to require human approval (via MCP elicitation) on destructive ops. Default off in full control.), MACCTL_PATH_ALLOWLIST (Comma-separated path roots the agent may touch (empty = anywhere).), MACCTL_PROTECTED_PATHS (Comma-separated path roots that may be read but never modified/deleted (empty by default in full control).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Mac Control

same job, measured the same way
Familiar MCP
by dominion525

MCP server that drives the user's real macOS Chrome via AppleScript. 32 tools.

20 installs/wk local only
Hunch
by prithviseran

Focus-free macOS control for AI agents: drive your real Mac apps in the background, no stolen focus.

448 installs/wk local only
Google Drive
by mcparmory

Manage files, folders, permissions, and collaborative content in Google Drive

216 installs/wk local only
Recall
by imjakezimmer32

Notes, files, GitHub, and Drive through one MCP connection.

answering
TalkMill
by imjakezimmer32

Notes, files, GitHub, and Drive through one MCP connection.

answering
dylog
by imjakezimmer32

Notes, files, GitHub, and Drive through one MCP connection.

answering
Context Link
by context-link

One semantic search across your sites, Drive, Notion, email, files and Basecamp.

4 tools answering
NAVER MYBOX
by java-jaydev

List, search, download and upload files in a NAVER MYBOX (네이버 마이박스) cloud drive.

local only

MCP Mac Control — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Mac Control?
MCP Mac Control runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @dockndevai/mcp-mac-control was installed 235 times last week.
How do I connect MCP Mac Control?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @dockndevai/mcp-mac-control straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Mac Control?
The npm package @dockndevai/mcp-mac-control was installed 235 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Mac Control open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.