libregistry
Registry
Models
Docker
IAM
MCP
Docs
Sign in with Google
MCP Servers
/
productivity
/ macOS Defaults
macOS Defaults
JSON →
stdio
none
★ 11
productivity
Read and write macOS user defaults and settings.
github ↗
Install
How to run this server
[ { "cmd": "npx @modelcontextprotocol/inspector", "imports": [] } ]
server path:
macos-defaults-2
Tools
What this server exposes
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>`
Configuration
Environment & auth
auth
none
env
UV_PUBLISH_TOKEN
Resources
github
https://github.com/g0t4/mcp-server-macos-defaults ↗
macOS Defaults — MCP Server · libregistry