MCPServers
macOS Defaults - MCP server logo

macOS Defaults

11
0

Summary

This MCP server, developed by Wes Higbee, enables AI assistants to interact with macOS system preferences through the 'defaults' command. It provides tools for listing domains, finding settings, reading preference values, and writing new settings. The server implements subprocess calls to execute system commands, offering a straightforward interface for AI systems to query and modify macOS configurations. By connecting AI capabilities with low-level system operations, this implementation empowers AI assistants to perform tasks like customizing user interfaces, adjusting system behaviors, or troubleshooting macOS issues. It is particularly useful for applications requiring automated macOS configuration, user preference management, or any scenario where an AI system needs to interact with and reason about macOS system settings.

Available Actions(4)

list-domains

Equivalent to running `defaults domains`. Lists all the domains available for macOS defaults.

find

Equivalent to running `defaults find <word>`. Searches for a specific word in the macOS defaults.

defaults-read

Equivalent to running `defaults read <domain> <key>`. Reads the value associated with a specific key in a given domain. If `key` is not provided, the entire domain is read.

defaults-write

Equivalent to running `defaults write <domain> <key> <value>`. Writes a value to a specific key in a given domain.

Last Updated: May 3, 2025

コミュニティレビュー

0.0
0 レビュー
5
0
4
0
3
0
2
0
1
0

まだレビューはありません. 最初のレビューを投稿しましょう!

会話に参加するにはサインインしてください

Coming soon to
HighlightHighlight AI

言語

TypeScript

カテゴリ

タグ