macOS Defaults MCP Server

by g0t4

defaults-write

Modify macOS system preferences and application settings by using the command defaults write <domain> <key> <value>. Set specific values for keys within domains to customize system behavior.

Instructions

use the defaults write <domain> <key> <value> command

Input Schema

NameRequiredDescriptionDefault
domainYesDomain to write to
keyYesKey to write to
valueYesValue to write

Input Schema (JSON Schema)

{ "properties": { "domain": { "description": "Domain to write to", "type": "string" }, "key": { "description": "Key to write to", "type": "string" }, "value": { "description": "Value to write", "type": "string" } }, "required": [ "domain", "key", "value" ], "type": "object" }

You must be authenticated.

Other Tools from macOS Defaults MCP Server

Related Tools

ID: ylg0zlh90i