mcpbeat Sign in

mac-control-mcp MCP Server

local only

mac-control-mcp runs on your own machine — the client starts it, so there is no endpoint to ping. 161 installs a week from npm. Last commit 15 Sep 2026.

Native Swift macOS automation — 153 tools: AX, EventKit, voice, browser DOM, undo.

161
Installs / week
npm · mac-control-mcp
16
Stars
2 open issues
15 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Swift

What the code does

We read the source, 19 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 a command on install [пакет] package.json:1
postinstall: node scripts/install.js
File ships in the package but is absent from the source [пакет] bin/mac-control-mcp.js:1
этот файл ставится пользователю, но в репозитории его нет
Executes code built at runtime .s1-evidence/r2-probe-tests.py:81
    exec(compile(ast.Module(body=[function], type_ignores=[]), 'session.py', 'exec'), namespace)
    completed = subprocess.run(argv, env=env, text=True, capture_output=True, timeout=900, check=True)
  const child = spawn(BINARY_PATH, args, { stdio: 'inherit' });
    with patch.dict(os.environ, S1_SCRATCH='/fake'), patch('subprocess.run', fixture.run), \

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 mac-control-mcp -- npx -y mac-control-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mac-control-mcp": {
      "args": [
        "-y",
        "mac-control-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mac-control-mcp]
command = "npx"
args = ["-y", "mac-control-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mac-control-mcp": {
      "args": [
        "-y",
        "mac-control-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mac-control-mcp": {
      "args": [
        "-y",
        "mac-control-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to mac-control-mcp

same job, measured the same way
Toolpiper
by modelpiper

On-device MCP tools for macOS: local AI, speech, vision, browser automation, system control.

local only
openDAW MCP
by ameobius

262 MCP tools for agent-native control of openDAW, a browser-based DAW

local only
Arc Control (macOS)
by db-25

macOS-only MCP server for the Arc browser: tabs, navigation, page reading, DOM, scripting

20 installs/wk local only
Scout
by felixgeelhaar

Browser automation MCP server with 84 tools. Pure CDP, DOM diffing, vision hybrid.

local only
Scout
by klarlabs-studio

Browser automation MCP server with 84 tools. Pure CDP, DOM diffing, vision hybrid.

local only
Safari MCP
by achiya-automation

Native Safari browser automation for AI agents — 98 tools, zero Chrome overhead.

3 319 installs/wk local only
Native DevTools
by sh3ll3x3c

MCP server for desktop, browser (CDP), and Android automation. Screenshot, OCR, click, type.

165 installs/wk local only
Safari DevTools MCP
by hayodev

MCP server for Safari DevTools — browser debugging and automation for AI coding agents

55 installs/wk local only

mac-control-mcp — questions

Answers built from our own checks of this server.

Why is there no uptime for mac-control-mcp?
mac-control-mcp 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 mac-control-mcp was installed 161 times last week.
How do I connect mac-control-mcp?
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 mac-control-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use mac-control-mcp?
The npm package mac-control-mcp was installed 161 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 mac-control-mcp open source?
Yes — it is published under the MIT licence, written in Swift, 16 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.