OnlySwitch

GitHub

โš™๏ธ All-in-One menu bar app, hide ๐Ÿ’ปMacBook Pro's notch, dark mode, AirPods, Shortcuts

RAW Config

Claude Desktop Configuration

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

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