Skip to main content
Glama

macOS Defaults MCP Server

by g0t4

defaults-read

Retrieve macOS system preferences or application settings by specifying the domain and key using the defaults read command. Simplify access to configuration data.

Instructions

use the defaults read <domain> <key> command

Input Schema

NameRequiredDescriptionDefault
domainYesDomain to read from
keyNoKey to read from

Input Schema (JSON Schema)

{ "properties": { "domain": { "description": "Domain to read from", "type": "string" }, "key": { "description": "Key to read from", "type": "string" } }, "required": [ "domain" ], "type": "object" }
Install Server

Other Tools from macOS Defaults MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/g0t4/mcp-server-macos-defaults'

If you have feedback or need assistance with the MCP directory API, please join our Discord server