mcpbeat Sign in

macOS-MCP MCP Server

local only

macOS-MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 554 installs a week from pypi. Last commit 9 Sep 2026.

MCP server for macOS desktop automation via the Accessibility API.

Installs per day peak 564 · avg 161 · -18% w/w
a month agotoday
554
Installs / week
pypi · macos-mcp
184
Stars
1 open issues
9 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What changed 41

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 August 2026. No other catalogue keeps this.

18 Sep the owner changed
17 Sep the owner changed
16 Sep the owner changed
15 Sep the owner changed
14 Sep the owner changed
13 Sep the owner changed
12 Sep the owner changed
11 Sep the owner changed
10 Sep the owner changed
9 Sep the owner changed
and 31 more, back to 9 August 2026

Nothing serious here today

Today is the operative word: we check macOS-MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

Alternatives to macOS-MCP

same job, measured the same way
Mac Use MCP
by antbotlab

Zero-dependency macOS desktop automation for AI agents. 18 tools via MCP. macOS 13+.

90 installs/wk local only
Agent Browser
by codechap

MCP server for browser automation via Vercel's agent-browser CLI

local only
Zen MCP
by sh6drack

MCP server for Zen Browser automation via WebDriver BiDi

84 installs/wk local only
Expo Android MCP
by frndchagas

MCP server for Android emulator automation via ADB.

61 installs/wk local only
agent-device
by callstack

MCP server for mobile app automation: verify, control, and debug iOS, Android, TV, and desktop apps

local only
Precision Desktop
by ikoskela

Fixes DPI coordinate scaling for Windows desktop automation MCP servers.

43 installs/wk local only
Action1
by wyre-technology

Action1 MCP server — endpoint inventory, patch visibility, and policy automation via REST API.

local only
Action1
by wyre-ai

Action1 MCP server — endpoint inventory, patch visibility, and policy automation via REST API.

local only

macOS-MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for macOS-MCP?
macOS-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 pypi package macos-mcp was installed 554 times last week.
How do I connect macOS-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 macos-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use macOS-MCP?
The pypi package macos-mcp was installed 554 times in the last week. Week over week that is -18%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is macOS-MCP open source?
Yes — it is published under the MIT licence, written in Python, 184 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.