mcp-server-macos-defaults
If you are the rightful owner of 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/writing macOS defaults (settings)
The mcp-server-macos-defaults is a Model Context Protocol (MCP) server designed to facilitate the reading and writing of macOS system defaults, commonly known as settings. This server provides a streamlined interface for interacting with macOS defaults, allowing users to list domains, find specific settings, and read or write values to specific keys within a domain. It is particularly useful for developers and system administrators who need to automate or script the management of macOS settings. The server can be configured for both development and production environments, and it supports integration with various platforms through the use of command-line tools and scripts.
Features
- List Domains: Equivalent to running 'defaults domains' to list all available domains.
- Find: Equivalent to running 'defaults find <word>' to search for a specific word in the defaults.
- Defaults Read: Equivalent to running 'defaults read <domain> <key>' to read a specific key or the entire domain if no key is provided.
- Defaults Write: Equivalent to running 'defaults write <domain> <key> <value>' to write a value to a specific key in a domain.