macOS Defaults MCP Server

by g0t4

defaults-read

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