mcpbeat Sign in

Macos MCP Server

local only

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

Control macOS system settings, apps, windows, audio, displays, screenshots, and Focus mode via MCP.

Installs per day peak 172 · avg 15 · +306% w/w
a month agotoday
61
Installs / week
npm · @cyanheads/macos-mcp-server
3
Stars
8 open issues
23 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

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.

      const result = await execFile(SWITCH_AUDIO_SOURCE, args, { timeout: 10_000 });

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

This one needs environment variables set before it will start: MACOS_SCREENSHOT_DIR (Default directory for screenshot files. Defaults to ~/Desktop when empty.), MACOS_DISPLAY_LAYOUTS (JSON object mapping layout names to displayplacer argument strings for apply_layout.), MCP_HTTP_HOST (The hostname for the HTTP server.), MCP_HTTP_PORT (The port to run the HTTP server on.), MCP_HTTP_ENDPOINT_PATH (The endpoint path for the MCP server.), MCP_AUTH_MODE (Authentication mode: none, jwt, or oauth.), MCP_LOG_LEVEL (Minimum log level for output: debug, info, notice, warning, error.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Macos MCP Server

same job, measured the same way
Windows Computer Use MCP
by hiphopanda

Control Windows desktop via MCP: mouse, keyboard, screenshots, clipboard, and apps.

106 installs/wk local only
Universal Screenshot MCP
by sethbang

MCP server for web page and cross-platform system screenshots (macOS, Linux, Windows)

114 installs/wk local only
Shipshots
by gurkang

Create App Store and Play Store screenshots with AI via MCP

69 installs/wk local only
Android Puppeteer MCP
by pedro-rivas

MCP server for Android automation with UI interaction, screenshots, and device control

78 installs/wk local only
Apple TV MCP
by trevor-nichols

Local MCP server for semantic Apple TV control with optional screenshots.

local only
Desktop MCP
by jaimenbell

Windows desktop-control MCP server: screenshot, window mgmt, mouse/keyboard input, recording.

73 installs/wk local only
Plonk
by ostapondo

MCP server for Plonk: macOS window zones, workspaces, keep-awake, screenshots and on-device OCR.

110 installs/wk local only
RokuMCP
by jack1590

MCP server for Roku device automation — deploy, ECP control, screenshots, and debug console

103 installs/wk local only

Macos MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Macos MCP Server?
Macos MCP Server 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 @cyanheads/macos-mcp-server was installed 61 times last week.
How do I connect Macos MCP Server?
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 @cyanheads/macos-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Macos MCP Server?
The npm package @cyanheads/macos-mcp-server was installed 61 times in the last week. Week over week that is +306%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Macos MCP Server open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 3 stars on GitHub and 8 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.