g0t4_mcp-server-macos-defaults
3.2
If you are the rightful owner of g0t4_mcp-server-macos-defaults and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP server for reading and writing macOS defaults (settings).
list-domains
Equivalent to running `defaults domains`.
find
Equivalent to running `defaults find <word>`.
defaults-read
Equivalent to running `defaults read <domain> <key>`. If `key` is not provided, the entire domain is read.
defaults-write
Equivalent to running `defaults write <domain> <key> <value>`.