Mac-CLI

GitHub

๏ฃฟ macOS command line tool for developers โ€“ The ultimate tool to manage your Mac. It provides a huge set of command line commands that automatize the usage of your Mac.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "Mac-CLI": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-Mac-CLI"
      ]
    }
  }
}