macOS Defaults MCP Server

by g0t4

defaults-read

Retrieve macOS system preferences or application settings by specifying the domain and key using the defaults read command. Simplify access to configuration data.

Instructions

use the defaults read <domain> <key> command

Input Schema

NameRequiredDescriptionDefault
domainYesDomain to read from
keyNoKey to read from

Input Schema (JSON Schema)

{ "properties": { "domain": { "description": "Domain to read from", "type": "string" }, "key": { "description": "Key to read from", "type": "string" } }, "required": [ "domain" ], "type": "object" }

You must be authenticated.

Other Tools from macOS Defaults MCP Server

Related Tools

ID: ylg0zlh90i