Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by g0t4 • Automation & Orchestration
An MCP server that lets agents read, search, and write macOS user defaults (settings) programmatically.
Programmatically read macOS preference domains and keys to gather current system or app settings.
Search across all macOS defaults for specific keys or values to discover configuration state or troubleshoot issues.
Automate changing macOS preferences (write settings) as part of configuration workflows, testing, or provisioning.
This MCP server exposes macOS "defaults" functionality over the Model Context Protocol, providing tools equivalent to `defaults domains`, `defaults find`, `defaults read`, and `defaults write`. Agents can list domains, search keys/values, read entire domains or specific keys, and write preference values to automate system or app configuration. It runs over stdio and includes guidance for development and debugging with the MCP Inspector for easier troubleshooting.
List all available macOS domains, same as `defaults domains`
Find entries container given word
use the `defaults read <domain> <key>` command
use the `defaults write <domain> <key> <value>` command
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.