
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
mac-control-mcp
Advanced tools
Native Swift macOS automation over MCP — 153 tools: Accessibility tree, screen capture, OCR, browser DOM, EventKit, voice, undo. Ships a Developer ID signed, notarized .app.
Native Swift MCP server for full macOS automation — 153 tools in one Developer ID signed, notarized .app. No Python, no Electron, no Node runtime in the hot path.
This npm package is a thin launcher: npm install downloads the notarized MacControlMCP.app for the matching release, verifies its published SHA-256, and npx mac-control-mcp execs the binary inside it as a stdio MCP server.
Full documentation, tool list and other install routes (.mcpb one-click, prebuilt tarball, build from source): https://github.com/AdelElo13/mac-control-mcp.
npx -y mac-control-mcp --version
~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"mac-control-mcp": {
"command": "npx",
"args": ["-y", "mac-control-mcp"]
}
}
}
claude mcp add mac-control-mcp -- npx -y mac-control-mcp
~/.cursor/mcp.json:
{
"mcpServers": {
"mac-control-mcp": {
"command": "npx",
"args": ["-y", "mac-control-mcp"]
}
}
}
| Command | Effect |
|---|---|
mac-control-mcp | start the MCP server on stdio |
mac-control-mcp --version | print the bundled MacControlMCP.app version |
mac-control-mcp --app-path | print the path to MacControlMCP.app |
--app-path is what you need when granting macOS permissions by hand.
macOS grants Accessibility, Screen Recording and Apple Events to the application that launches the process, not to this script. Run the permissions_status tool once from your MCP client to see exactly which grants are missing and which app they belong to.
.sha256 asset before extraction; a mismatch aborts the install. Both assets come from the same release, so this proves the bytes arrived intact — not who built them... entries and escaping symlinks are refused.codesign --verify --deep --strict, a pinned Apple Team ID (A3W973JZ49), bundle identifier + version, then spctl --assess --type execute — and only then renamed into place. The Team ID check is the real trust anchor: it is what a replaced release asset cannot forge.npm rebuild, an already-present bundle gets exactly the same checks before it is trusted. One that fails any of them is moved aside to vendor/MacControlMCP.app.rejected-<timestamp> (kept for inspection, never executed) and a fresh copy is downloaded.MAC_CONTROL_MCP_SKIP_DOWNLOAD=1 skips the download (for CI and sandboxed builds).MAC_CONTROL_MCP_RELEASE_BASE_URL=https://… fetches the release assets from a mirror instead of GitHub Releases (test suites, enterprise re-hosts of the unmodified assets). It must be https; every verification step above still applies to whatever the mirror serves.HTTPS_PROXY / NO_PROXY are honoured.MIT
FAQs
Native Swift macOS automation over MCP — 153 tools: Accessibility tree, screen capture, OCR, browser DOM, EventKit, voice, undo. Ships a Developer ID signed, notarized .app.
The npm package mac-control-mcp receives a total of 0 weekly downloads. As such, mac-control-mcp popularity was classified as not popular.
We found that mac-control-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.