Skip to main content
Glama

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" }
Install Server

Other Tools from macOS Defaults MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/g0t4/mcp-server-macos-defaults'

If you have feedback or need assistance with the MCP directory API, please join our Discord server