MacOS Defaults icon

MacOS Defaults

Createdg0t4

Provides Model Context Protocol (MCP) access for reading and writing macOS defaults (settings).

About

MacOS Defaults offers a Model Context Protocol (MCP) server, enabling applications to interact with macOS's defaults system. This allows for reading and writing application preferences and system settings, making it useful for automation, configuration management, and extending application functionality. It includes tools to list domains, find specific defaults, read values, and write new settings, mirroring the functionality of the 'defaults' command-line utility.

Key Features

  • Search for specific preference keys.
  • Write new values to preference keys within a domain.
  • List available preference domains.
  • Read the value of a specified preference key within a domain.

Use Cases

  • Automating macOS configuration tasks.
  • Providing a programmatic interface for managing application preferences.
  • Integrating macOS settings into cross-platform applications.