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/Unpublished Servers Configuration
``` "mcpServers": { "mcp-server-macos-defaults": { "command": "uv", "args": [ "--directory", "/path/to/mcp-server-macos-defaults", "run", "mcp-server-macos-defaults" ] } } ```Published Servers Configuration
``` "mcpServers": { "mcp-server-macos-defaults": { "command": "uvx", "args": [ "mcp-server-macos-defaults" ] } } ```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.
संबंधित सर्वर
MCP Handoff Server
Manages AI agent handoffs with structured documentation and seamless task transitions.
wordpress-mcp
Lightweight WordPress MCP server with 42 tools. Token-optimized responses reduce REST API verbosity by 95%+. Posts, pages, users, plugins, themes, media, taxonomies, comments.
Taskeract
Official Taskeract MCP Server for integrating your Taskeract project tasks and load the context of your tasks into your MCP enabled app.
Jira MCP Server
An MCP server for interacting with Jira projects and issues.
Notion
Manage and interact with your entire Notion workspace.
Jira MCP Server
A server for integrating Jira with Claude, enabling project and issue management. Requires configuration via environment variables.
omniparser-autogui-mcp
An MCP server that analyzes the screen with OmniParser to automate GUI operations.
n8n-mcp
A simple note storage system with tools to add and summarize notes using a custom note:// URI scheme.
Dub.co
Interact with the Dub.co API to shorten links, manage custom domains, and track analytics.
Notes MCP Server
An MCP server for interacting with Obsidian notes. Requires the OBSIDIAN_VAULT_PATH environment variable to be set.