← Back to Plugins
MCP Server MCP

Apple System

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx apple-system-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "apple-system-mcp",
      "version": "1.0.2",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Safety mode for system operations: safe_readonly, safe_manage, or full_access.",
          "format": "string",
          "default": "safe_manage",
          "choices": [
            "safe_readonly",
            "safe_manage",
            "full_access"
          ],
          "name": "APPLE_SYSTEM_MCP_SAFETY_MODE"
        }
      ]
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/JonathanRReed/Apple-MCPs/releases/download/v1.0.2/apple-system-1.0.2.mcpb",
      "version": "1.0.2",
      "fileSha256": "efdbdfb42c5157b6112f87830a1aeaf76c75367aa894def396bd0a4e6d0b792f",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol pypi mcpb

Comments

Sign in to leave a comment

Loading comments...