mcpbeat Sign in

Apple System MCP Server

local only

Apple System runs on your own machine — the client starts it, so there is no endpoint to ping. 140 installs a week from pypi. Last commit 21 Aug 2026.

Read and manage macOS system settings and perform scoped desktop actions.

Installs per day peak 524 · avg 53 · -37% w/w
a month agotoday
140
Installs / week
pypi · apple-system-mcp
12
Stars
1 open issues
21 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Apple System 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 apple-system-mcp -- uvx apple-system-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "apple-system-mcp": {
      "args": [
        "apple-system-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.apple-system-mcp]
command = "uvx"
args = ["apple-system-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "apple-system-mcp": {
      "args": [
        "apple-system-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "apple-system-mcp": {
      "args": [
        "apple-system-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Apple System

same job, measured the same way
Padlet
by padlet

Create and manage Padlet boards: posts, comments, reactions, sections and sharing settings.

answering
Remind MCP
by chrischall

Read Remind classes, chats and messages, and manage notification settings.

775 installs/wk local only
Admin
by meni

Restaurant management API for meni.ge owners: manage menus, locations, orders, and settings.

answering
Desktop Commander
by wonderwhy-er

MCP server for terminal commands, file operations, and process management

38 923 installs/wk local only
Github Actions
by ofershap

GitHub Actions MCP — view runs, read logs, re-run jobs, and manage CI/CD.

60 installs/wk local only
A
Apple Search Ads
by b77

Manage Apple Ads campaigns and reporting in chat.

answering
Mail.app
by p-l-ta

Search, read, send, and manage email via macOS Mail.app across all configured accounts.

98 installs/wk local only
Auth0 MCP Server
by auth0

Auth0 MCP Server: Manage Auth0 applications, APIs, actions, logs, and forms using natural language

4 666 installs/wk local only

Apple System — questions

Answers built from our own checks of this server.

Why is there no uptime for Apple System?
Apple System 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 apple-system-mcp was installed 140 times last week.
How do I connect Apple System?
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 apple-system-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Apple System?
The pypi package apple-system-mcp was installed 140 times in the last week. Week over week that is -37%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Apple System open source?
Yes — it is published under the MIT licence, written in Python, 12 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.