macOS Defaults
Read and write macOS user defaults and settings.
mcp-server-macos-defaults MCP server
MCP server for reading/writing macOS defaults (settings)
Components
Tools
list-domains:- equivalent to running
defaults domains
- equivalent to running
find:- equivalent to running
defaults find <word>
- equivalent to running
defaults-read:- equivalent to running
defaults read <domain> <key> - if
keyis not provided, the entire domain is read
- equivalent to running
defaults-write:- equivalent to running
defaults write <domain> <key> <value>
- equivalent to running
Quickstart
Install
Claude Desktop
On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
Development
Building and Publishing
To prepare the package for distribution:
- Sync dependencies and update lockfile:
uv sync
- Build package distributions:
uv build
This will create source and wheel distributions in the dist/ directory.
- Publish to PyPI:
uv publish
Note: You'll need to set PyPI credentials via environment variables or command flags:
- Token:
--tokenorUV_PUBLISH_TOKEN - Or username/password:
--username/UV_PUBLISH_USERNAMEand--password/UV_PUBLISH_PASSWORD
Debugging
Since MCP servers run over stdio, debugging can be challenging. For the best debugging experience, we strongly recommend using the MCP Inspector.
You can launch the MCP Inspector via npm with this command:
npx @modelcontextprotocol/inspector uv --directory /path/to/mcp-server-macos-defaults run mcp-server-macos-defaults
Upon launching, the Inspector will display a URL that you can access in your browser to begin debugging.
Related Servers
Leantime MCP Bridge
An MCP proxy bridge for the Leantime project management system, forwarding JSON-RPC messages with proper authentication.
MCP Jira Integration
A Jira integration that allows LLMs to act as project managers and personal assistants for teams.
Qonto
Interact with the Qonto Business API to manage finances, transactions, and account information using API credentials.
Cover Letter
Generates professional PDF cover letters using LaTeX. Requires Docker for local execution.
Sunsama
Manage your tasks and daily planning through the Sunsama API.
YNAB MCP Server
Integrate AI assistants with your You Need A Budget (YNAB) account for budget automation and analysis.
Inkdrop
Interact with the local Inkdrop note-taking app database via its HTTP API.
OmniFocus MCP Server
Integrate OmniFocus with Claude Desktop for AI-powered task management and weekly reviews.
Taskade
Connect to the Taskade platform via MCP. Access tasks, projects, workflows, and AI agents in real-time through a unified workspace and API.
myAI Memory Sync
Synchronizes memory templates across different Claude interfaces.