mcpbeat Sign in

MCP Macos MCP Server

local only

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

Observe & operate a Mac — files, processes, apps, shell, AppleScript, GUI — safe by default.

Installs per day peak 196 · avg 13 · -78% w/w
a month agotoday
30
Installs / week
npm · @dockndevai/mcp-macos
0
Stars
0 open issues
18 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 4 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:36
        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-macos -- npx -y @dockndevai/mcp-macos
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-macos": {
      "args": [
        "-y",
        "@dockndevai/mcp-macos"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-macos]
command = "npx"
args = ["-y", "@dockndevai/mcp-macos"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-macos": {
      "args": [
        "-y",
        "@dockndevai/mcp-macos"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-macos": {
      "args": [
        "-y",
        "@dockndevai/mcp-macos"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MACOS_MODE (Access mode: read-only | read-write | admin. Starts read-only; writes need read-write.), MACOS_ALLOW_EXEC (Set true to allow run_command / run_applescript / kill_process (admin mode).), MACOS_ALLOW_DELETE (Set true to allow delete_path (moves to Trash; admin mode).), MACOS_ALLOW_INPUT (Set true to allow GUI input (type/key/click; admin mode). Needs Accessibility permission.), MACOS_PATH_ALLOWLIST (Comma-separated path roots the agent may touch (empty = anywhere; protected paths still apply).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Macos

same job, measured the same way
MCP Mac Control
by dockndevai

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

252 installs/wk local only
WhiteCapData Dev
by michael-whitecapdata

Operate a k3s / Kubernetes cluster from your AI agent — safe-by-default MCP server.

78 installs/wk local only
ellmos FileCommander
by ellmos-ai

Filesystem MCP server: files, processes, sessions, async search, OCR, archives, safe delete.

282 installs/wk local only
MCP Devtools
by marin1321

MCP server giving AI agents safe access to filesystem, databases, processes, and APIs.

31 installs/wk local only
MCP Kubernetes
by dockndevai

Kubernetes monitoring & ops for AI agents — safe-by-default access modes and guards.

58 installs/wk local only
Apple Maps
by mgcrea

Read and act on Apple Maps — favourites, Guides and recents, writes off by default

520 installs/wk local only
MCP Apple Notes
by henilcalagiya

MCP server for Apple Notes integration using AppleScript with full CRUD operations

83 installs/wk local only
Mailappmcp
by aernouddekker

MCP server for macOS Mail.app — gives Claude native email access via AppleScript

40 installs/wk local only

MCP Macos — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Macos?
MCP Macos 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-macos was installed 30 times last week.
How do I connect MCP Macos?
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-macos straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Macos?
The npm package @dockndevai/mcp-macos was installed 30 times in the last week. Week over week that is -78%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Macos 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.