PluginBench
MCP Server
Active
MIT

Apple System MCP Server

io.github.JonathanRReed/apple-system-mcp

What is the Apple System MCP server?

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

How to install Apple System

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • APPLE_SYSTEM_MCP_SAFETY_MODE

    Safety mode for system operations: safe_readonly, safe_manage, or full_access.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "apple-system-mcp": {
      "command": "uvx",
      "args": [
        "apple-system-mcp"
      ],
      "env": {
        "APPLE_SYSTEM_MCP_SAFETY_MODE": "<YOUR_APPLE_SYSTEM_MCP_SAFETY_MODE>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "apple-system-mcp": {
      "command": "uvx",
      "args": [
        "apple-system-mcp"
      ],
      "env": {
        "APPLE_SYSTEM_MCP_SAFETY_MODE": "<YOUR_APPLE_SYSTEM_MCP_SAFETY_MODE>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "apple-system-mcp": {
      "command": "uvx",
      "args": [
        "apple-system-mcp"
      ],
      "env": {
        "APPLE_SYSTEM_MCP_SAFETY_MODE": "<YOUR_APPLE_SYSTEM_MCP_SAFETY_MODE>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "apple-system-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "apple-system-mcp"
      ],
      "env": {
        "APPLE_SYSTEM_MCP_SAFETY_MODE": "<YOUR_APPLE_SYSTEM_MCP_SAFETY_MODE>"
      }
    }
  }
}
Claude Code
claude mcp add apple-system-mcp --env APPLE_SYSTEM_MCP_SAFETY_MODE=<YOUR_APPLE_SYSTEM_MCP_SAFETY_MODE> -- uvx apple-system-mcp

Related MCP servers

List, create, update, and delete events in Apple Calendar on macOS.

9
Python
MIT
View repository →

Inspect and search Apple Contacts on macOS, and resolve a contact into a message-ready recipient.

9
Python
MIT
View repository →

Inspect and manage local files and folders inside allowed roots on macOS.

9
Python
MIT
View repository →

Search places, estimate routes, and build Apple Maps links on macOS.

9
Python
MIT
View repository →

Read, search, compose, and send emails via Apple Mail on macOS.

9
Python
MIT
View repository →

Inspect, search, create, edit, move, and organize notes in Apple Notes on macOS.

9
Python
MIT
View repository →