Read and write macOS user defaults and settings.
MCP server for reading/writing macOS defaults (settings)
list-domains
:
defaults domains
find
:
defaults find <word>
defaults-read
:
defaults read <domain> <key>
key
is not provided, the entire domain is readdefaults-write
:
defaults write <domain> <key> <value>
On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
To prepare the package for distribution:
uv sync
uv build
This will create source and wheel distributions in the dist/
directory.
uv publish
Note: You'll need to set PyPI credentials via environment variables or command flags:
--token
or UV_PUBLISH_TOKEN
--username
/UV_PUBLISH_USERNAME
and --password
/UV_PUBLISH_PASSWORD
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.
An MCP server for interacting with a Paperless-NGX API server. This server provides tools for managing documents, tags, correspondents, and document types in your Paperless-NGX instance.
Connect your AI Agents to 8,000 apps instantly.
An intelligent tutoring server that uses GitHub documentation repositories to provide structured educational prompts and tools.
A sound tool for MCP-compatible IDEs like Cursor. Plays sounds for events like completion, error, and notification.
Manage and interact with Google Calendar events using the Google Calendar API.
AI-powered regulatory compliance checking for financial marketing content across multiple jurisdictions.
MCP server for the incident management platform Rootly.
Breaks down complex tasks into manageable pieces and stores them in structured JSON.
Interact with Fider, an open-source customer feedback tool, to manage user suggestions and feedback.
An MCP server that analyzes the screen with OmniParser to automate GUI operations.